Guest User

Untitled

a guest
Dec 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class Life
  2. {
  3. public static void main(String[]args)
  4. { int a = 0;
  5. java.util.Scanner sc = new java.util.Scanner(System.in);
  6. while(a!=42)
  7. {
  8. a = sc.nextInt();
  9. System.out.println(a);
  10. }
  11.  
  12.  
  13. }
  14. }
Add Comment
Please, Sign In to add comment