Mahatma Gandhi:My experiments with truth(Biography) short note 2023
Mahatma Gandhi Mahatma Gandhi was the greatest national leader of India. He was also a great politician, an organiser and a …
class PQR{ public static void main(String k) { int l=k.length(); String m=””; //empty for(int i=l-1;i>=0;i–) { m=m+(k.charAt(i)); } if(m.compareTo(k)==0) { System.out.println(“Yes, …