1
answer
1
watching
167
views

 

  1. Write a pseudo code and draw a flowchart that performs the following:
    1. Ask a user to enter a number.
      1. If the number is between 0 and 10, write the word blue.
      2. If the number is between 11 and 20, write the word red.
  • If the number is between 21 and 30, write the word green.
  1. If it is any other number, write that it is not a correct color option.
  1. Write a pseudo code and draw flowchart to print all multiples of 5 between 1 and 100 (including both 1 and 100).
  2. Write a pseudo code and draw a flowchart that will ask a user to input 5 numbers and does following steps:
    1. Read in 5 separate numbers.
    2. Calculate the average of the five numbers.
    3. Find the smallest (minimum) and largest (maximum) of the five entered numbers.
    4. Write out the results found from steps b and c with a message describing what they are.
  3. 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.

For unlimited access to Homework Help, a Homework+ subscription is required.

Avatar image
Read by 2 people

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in