Solution: Get to Know the User
We'll cover the following...
We'll cover the following...
import java.util.Scanner;– allows the program to use the Scanner class for user input.public class Main– defines the class ...
import java.util.Scanner; – allows the program to use the Scanner class for user input.
public class Main – defines the class ...