5 Answers
New Answer3/20/2019 1:41:43 PM
Red_Scar1155 Answers
New AnswerYou can use the Scanner class: import java.util.Scanner; Scanner input = new Scanner(System.in); int age = input.nextInt(); int money = input.nextInt(); And I think you should read this: https://www.sololearn.com/Terms-of-Use/
Ok thnx and i didn't know the terms of use so thnx for the link and i will remove it now
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message