Hello donjuan,

If you wish to take multiple inputs from the user via the console then you will have to use a while loop:



import java.util.Scanner;

public class UserInput {