Write a pseudo code and draw a flowchart that will count


Problem

A. 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 01 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.

B. Write a Pseudo code and draw a Flowchart to print all multiples of 5 between 1 and 100 (including both 1 and 100).

C. Write a Pseudo code and draw a Flowchart that will count all the even numbers, until the user defines a stopping point.

D. Write a Pseudocode and draw a Flowchart solution, which will take in an integer value and determine whether that value is odd or even.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a pseudo code and draw a flowchart that will count
Reference No:- TGS03332580

Expected delivery within 24 Hours