class ques1
{
public static void main(String args[])
{
String n = "AMIT";
int l = n.length();
for(int i = l-1;i> = 0;i--)
{
System.out.print (n.charAt(i));
}
}
}​

Answers & Comments


Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.