Guest User

Untitled

a guest
Nov 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public static void main (String[] args)
  2. {
  3. double a = 0; Scanner x = new Scanner(System.in); while(a < 20) { a = x.nextDouble(); System.out.println("must be20+");
  4. }
  5. }
  6.  
  7. }
Add Comment
Please, Sign In to add comment