Challenge: Get to Know the User
Prompt the user to enter:
Their name
Their favorite number
Print a personalized message that combines both inputs.
Challenge: Get to Know the User
Prompt the user to enter:
Their name
Their favorite number
Print a personalized message that combines both inputs.
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// Write your code here:
}
}Project on user input