| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/whshi574/cpp-programming/main/OOP1-Lab3/Weekdays.cpp | [Back] [Original] |
//U1910049 Rastam Zokirov
//Lab assignment #4
//Program to use switch statement. Display Monday to Sunday.
#include
using namespace std;
void SwitchMontoSun() {
int day;
cout day)) {
cin.clear();
cin.ignore(std::numeric_limits::max(), '\n');
//cout
| Web Proxy Viewer | New URL | Original Page |