program to find the day name of a week using switch statement flowchart
Answers
Answered by
0
Answer:
Logic to print day of week name using switch... case
Input day number from user. ...
Switch the value of week i.e. use switch(week) and match with cases.
There can be 7 possible values(choices) of week i.e. 1 to 7 . ...
For case 1: print "MONDAY", for case 2: print "TUESDAY" and so on.
pls make me brainliest answer
Similar questions