Question: Write a function takes a number and returns a color. It will return yellow if the number modulus 3 is 0, blue if it is
Write a function takes a number and returns a color. It will return yellow if the number modulus 3 is 0, blue if it is 1, and green if it is 2.
Question Discussion Write a function takes a number and returns a color. It will return "yellow' if the number modulus 3 is 0, 'blue' if it is 1, and 'green' if it is 2. Save & Run Load History 1 2 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
