PatrickFrankAIU / ITWEB220-2404A

Learning resources for students in ITWEB 220, term 2404A.
0 stars 0 forks source link

Exercise: The Traffic Light! #8

Open PatrickFrankAIU opened 3 months ago

PatrickFrankAIU commented 3 months ago

Write a program that advises a driver on what to do when approaching a traffic light that could be functioning normally, blinking, or out of service, depending on the time of day.

Instructions:

Tip: Switch-Case may be easier to use here than IF/ELSE.