forked from Aamangupta70077/Ankul-File
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimeTable.cpp
More file actions
200 lines (190 loc) · 5.41 KB
/
TimeTable.cpp
File metadata and controls
200 lines (190 loc) · 5.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
#include <iostream>
using namespace std;
int main()
{
int n,m;
cout<<"\tEnter the present Day";
cout<<"\n1 For the Monday";
cout<<"\n2 For the Tuesday";
cout<<"\n3 For the Wednesday";
cout<<"\n4 For the Thursday";
cout<<"\n5 For the Friday";
cout<<"\n6 For the Saturday";
cout<<"\n7 For the Sunday\n";
cin>>n;
switch(n)
{
case 1:
cout<<"\n\tEnter the Time slot:";
cout<<"\nEnter 1 For the time period 09:30 AM to 11:00 AM";
cout<<"\nEnter 2 For the time period 11:00 AM to 12:30 PM";
cout<<"\nEnter 3 For the time period 12:30 PM to 01:15 PM";
cout<<"\nEnter 4 For the time period 02:00 PM to 03:30 PM";
cout<<"\nEnter 5 For the time period 03:30 PM to 05:00 PM\n";
cin>>m;
if(m == 1)
{
cout<<"EHU-401, INDUSTRIAL PSYCHOLOGY";
}
else if(m == 2)
{
cout<<"EEC-409, INTRODUCTION TO MICHROPROCESSOR";
}
else if(m == 3)
{
cout<<"EEC-459, MICHROPROCESSOR LAB";
}
else if(m == 4)
{
cout<<"ECS-401, OPERATING SYSTEM";
}
else if(m == 5)
{
cout<<"EOE-041 TO 048 OPEN ELECTIVE";
}
else
{
cout<<"You have entered wrong choice... Please Select the correct one";
}
break;
case 2:
cout<<"\n\tEnter the Time slot:";
cout<<"\nEnter 1 For the time period 09:30 AM to 11:00 AM";
cout<<"\nEnter 2 For the time period 11:00 AM to 12:30 PM";
cout<<"\nEnter 3 For the time period 12:30 PM to 01:15 PM";
cout<<"\nEnter 4 For the time period 02:00 PM to 03:30 PM";
cout<<"\nEnter 5 For the time period 03:30 PM to 05:00 PM\n";
cin>>m;
if(m == 1)
{
cout<<"EHU-401, INDUSTRIAL PSYCHOLOGY";
}
else if(m == 2)
{
cout<<"EEC-409, INTRODUCTION TO MICHROPROCESSOR";
}
else if(m == 3)
{
cout<<"THERE IS NO CLASS AT THIS TIME...Use this time to boost your coading skills by practice...";
}
else if(m == 4)
{
cout<<"ECS-401, OPERATING SYSTEM";
}
else if(m == 5)
{
cout<<"EOE-041 TO 048 OPEN ELECTIVE";
}
else
{
cout<<"You have entered wrong choice... Please Select the correct one";
}
break;
case 3:
cout<<"\n\tEnter the Time slot:";
cout<<"\nEnter 1 For the time period 09:30 AM to 11:00 AM";
cout<<"\nEnter 2 For the time period 11:00 AM to 12:30 PM ";
cout<<"\nEnter 3 For the time period 12:30 PM to 01:15 PM";
cout<<"\nEnter 4 For the time period 02:00 PM to 03:30 PM";
cout<<"\nEnter 5 For the time period 03:30 PM to 05:00 PM\n";
cin>>m;
if(m == 1)
{
cout<<"ECS-403, COMPUTER GRAPHICS";
}
else if(m == 2)
{
cout<<"EEC-409, INTRODUCTION TO MICHROPROCESSOR";
}
else if(m == 3)
{
cout<<"ECS-455, FUNCTIONAL AND LOGIC PROGRAMMING LAB";
}
else if(m == 4)
{
cout<<"ECS-401, OPERATING SYSTEM";
}
else if(m == 5)
{
cout<<"EOE-041 TO 048 OPEN ELECTIVE";
}
else
{
cout<<"You have entered wrong choice... Please Select the correct one";
}
break;
case 4:
cout<<"\n\tEnter the Time slot:";
cout<<"\nEnter 1 For the time period 09:30 AM to 11:00 AM";
cout<<"\nEnter 2 For the time period 11:00 AM to 12:30 PM";
cout<<"\nEnter 3 For the time period 12:30 PM to 01:15 PM";
cout<<"\nEnter 4 For the time period 02:00 PM to 03:30 PM";
cout<<"\nEnter 5 For the time period 03:30 PM to 05:00 PM\n";
cin>>m;
if(m == 1)
{
cout<<"ECS-403, COMPUTER GRAPHICS";
}
else if(m == 2)
{
cout<<"ECS-402, THEORY OF AUTOMATA AND FORMAL LANGUAGE";
}
else if(m == 3)
{
cout<<"ECS-402, THEORY OF AUTOMATA AND FORMAL LANGUAGE";
}
else if(m == 4)
{
cout<<"ECS-451, OPERATING SYSTEM LAB";
}
else if(m == 5)
{
cout<<"EOE-041 TO 048 OPEN ELECTIVE";
}
else
{
cout<<"You have entered wrong choice... Please Select the correct one";
}
break;
case 5:
cout<<"\n\tEnter the Time slot:";
cout<<"\nEnter 1 For the time period 09:30 AM to 11:00 AM";
cout<<"\nEnter 2 For the time period 11:00 AM to 12:30 PM";
cout<<"\nEnter 3 For the time period 12:30 PM to 01:15 PM";
cout<<"\nEnter 4 For the time period 02:00 PM to 03:30 PM";
cout<<"\nEnter 5 For the time period 03:30 PM to 05:00 PM\n";
cin>>m;
if(m == 1)
{
cout<<"ECS-403, COMPUTER GRAPHICS";
}
else if(m == 2)
{
cout<<"ECS-402, THEORY OF AUTOMATA AND FORMAL LANGUAGE";
}
else if(m == 3)
{
cout<<"ECS-402, THEORY OF AUTOMATA AND FORMAL LANGUAGE";
}
else if(m == 4)
{
cout<<"AUC-002, HUMAN VALUES AND PROFESSIONAL ETHICS";
}
else if(m == 5)
{
cout<<"ECS-453, COMPUTER GRAPHICS LAB";
}
else
{
cout<<"You have entered wrong choice... Please Select the correct one";
}
break;
case 6:
cout<<"\nIt's SATURDAY...There is no class today..Use this time to boost your coading skills by practice... ";
break;
case 7:
cout<<"\nIt's SUNDAY...There is no class today..Use this time to boost your coading skills by practice... ";
break;
}
return 0;
}