[continued from last post]
System.out.println("This weight guesser is extremely sensitive; try not to move your fat cells.");
System.out.print("Please type in your name: ");
name=input.nextLine();
System.out.print("Please type in your age: ");
age=input.nextInt();
System.out.print("You weigh "+num+" pounds.");
}
}
0そうだね 未プレイ