Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.42 KB | None | 0 0
  1. import java.util.Scanner;
  2. public class aaaaaaa {
  3. public static void main(String[] args) {
  4.     int x=1;
  5.     while (x<2) {
  6.             Scanner leia = new Scanner(System.in);
  7.             System.out.println("digite a sua idade");
  8.             x = leia.nextInt();
  9.                 System.out.println("digite seu peso");
  10.                 double y =leia.nextDouble();   
  11.             System.out.println("digite sua altura");
  12.             double altura =leia.nextDouble();
  13.                 if(x>=50) {
  14.                
  15.         }
  16.     }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement