Java, Is is possible to make the User Input affect an int variable?
I will be trying to produce a program that requires you your real age.And i would like to an individual switch varibles or even cases EX: int time; time = 3 OR MORE; move (age) situation 1: Process.out.println(“You might crawl”); separate; situation 2: Process.out.println(“You might talk”); separate; But this question …