Question: Write a pseudo code and draw a flowchart that performs the following:a . Ask a user to enter a number.i . If the number is

Write a pseudo code and draw a flowchart that performs the following:a. Ask a user to enter a number.i. If the number is between 0 and 10, write the word blue.ii. If the number is between 11 and 20, write the word red.iii. If the number is between 21 and 30, write the word green.iv. If it is any other number, write that it is not a correct color option.2. Write a pseudo code and draw flowchart to print all multiples of 5 between 1 and 100(including both 1 and 100).3. Write a pseudo code and draw a flowchart that will ask a user to input 5 numbers and does following steps:a. Read in 5 separate numbers.b. Calculate the average of the five numbers.c. Find the smallest (minimum) and largest (maximum) of the five entered numbers.d. Write out the results found from steps b and c with a message describing what they are.4. Write a pseudocode and draw a flowchart solution, which will take in an integer value from the user and determine whether that value is odd or even.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!