Question: Java a kennesaw.view.usg.edu Program 4: Write pseudocode algorithm that performs the following task: Ask a user to enter a number. If the number is between
Java
a kennesaw.view.usg.edu Program 4: Write pseudocode algorithm that performs the following task: Ask a user to enter a number. If the number is between 0 and 10, write the word "Blue". If the number is between 10 and 20, write the word "Red". If the number is between 20 and 30, write the word "Green". If it is any other number, write the message "This is not a correct color option". The algorithm output is as shown below Sample_Outputs: You entered: 15 Your color: Red You entered: 41 Your color: This is not a correct color optiorn
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
