Greatest of Three Numbers program
Explanation:
Step 1: First, we need to import the Scanner class object for taking input from the user.
Step 2: we need to take 3 variables that are num1, num2, and num3 and store the user input values in those variables.
Step 3: we need to compare in...