Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 339 Bytes

print-colors.md

File metadata and controls

8 lines (7 loc) · 339 Bytes

Print colors

Write pseudo code that performs the following:

  • 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 that it is not a correct color option