Computer Science, asked by barnalisarkar89132, 7 months ago

write a program in to input number of week's day(1-7) and translate to its equivalent name of the day of the week. (e.g. 1 to Sunday, 2 to Monday....)​

Answers

Answered by ItzSillyBoyz
0

Explanation:

easy C++ Program to input number of week's day(1-7) and translate to its equivalent name of the day of the week using switch. ... case 2 : cout<<"\n Monday"; break;

Similar questions