| 244 | } |
| 245 | |
| 246 | void showChoicesforMainMenu() |
| 247 | { |
| 248 | |
| 249 | cout << endl |
| 250 | << endl; |
| 251 | cout << "\t\t\t M A I N M E N U" << endl; |
| 252 | cout << "\t\t\t1: Day Time " << endl; |
| 253 | cout << "\t\t\t2: Dollar & Soums" << endl; |
| 254 | cout << "\t\t\t3: Exit " << endl; |
| 255 | cout << "\t\t\tEnter your choice : "; |
| 256 | } |
| 257 | |
| 258 | void showChoicesforMainMenu2() |
| 259 | { |