1.

String program in java to print TIGER from right to left exR E G I T R E G IR E G R E R

Answer»

Class HELP{
PUBLIC static void MAIN(String... args) {
String="TIGER";
for(int i=0;Ifor(int j=(str. length()) -1;j>=I;j++) {
System. out. print(str. charAt(j)) ;}
System. out. println() ;
}
}
}
If this deserve brainliest then mark out



Discussion

No Comment Found