We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6cce7 commit 75d9277Copy full SHA for 75d9277
exercises/ex1.cpp
@@ -10,7 +10,6 @@ int main()
10
/* Input week number from user */
11
cout << "Enter week number(1-7): " << endl;
12
cin >> week;
13
-
14
switch (week){
15
case 1:
16
cout << "Monday" << endl;
@@ -33,7 +32,6 @@ int main()
33
32
case 7:
34
cout << "Sunday" << endl;
35
break;
36
37
default:
38
cout << "Invalid input! Please enter week number between 1-7." << endl;
39
0 commit comments