Question: java Instructions You will be given the name first of a Person (string). You will then print the name of that person in reverse Please


Instructions You will be given the name first of a Person (string). You will then print the name of that person in reverse Please use a combination of a for loop and the String's chartAt method in this POD. The String class' has a reverse method however you will not practice tops and Strings if you use it Function Details Input The program reads in the following: A string Processing Output The string reversed Sample input/output: Sample Input Sample Output Juliano onailu import java.util.Scanner; public class POD { public static void main(String[] args) { Scanner kb = new Scanner(System.in); //Start your work here } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
