Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class revArr
  2. {
  3. public static void main(String[] args)
  4. {
  5. // Using Console to input data from user
  6. String name = System.console().readLine();
  7.  
  8. System.out.println(name);
  9. }
  10. }
Add Comment
Please, Sign In to add comment