PROGRAM FLOW

  1. Assume the days of the week are numbered 0, 1, 2, 3, 4, 5, 6 from Sunday to Saturday. Write a program that asks a day number and prints the day name (a string).

Comments