|
3 | 3 | #include <math.h>
|
4 | 4 | using namespace std;
|
5 | 5 | int main(){
|
6 |
| -cout << "\t\t -------------------------------------------------------------------------------" << endl; |
7 |
| -cout << "\t\t -��������������-��������������-������---------��������������-------------------" << endl; |
8 |
| -cout << "\t\t -��������������-��������������-������---------��������������-------------------" << endl; |
9 |
| -cout << "\t\t -��������������-��������������-������---------��������������-------------------" << endl; |
10 |
| -cout << "\t\t -������---------������--������-������---------������---------------------------" << endl; |
11 |
| -cout << "\t\t -������---------��������������-������---------������------------��������������-" << endl; |
12 |
| -cout << "\t\t -������---------��������������-������---------������------------��������������-" << endl; |
13 |
| -cout << "\t\t -������---------��������������-������---------������------------��������������-" << endl; |
14 |
| -cout << "\t\t -������---------������--������-������---------������---------------------------" << endl; |
15 |
| -cout << "\t\t -��������������-������--������-��������������-��������������-------------------" << endl; |
16 |
| -cout << "\t\t -��������������-������--������-��������������-��������������-------------------" << endl; |
17 |
| -cout << "\t\t -��������������-������--������-��������������-��������������-------------------" << endl; |
18 |
| -cout << "\t\t -------------------------------------------------------------------------------" << endl; |
19 | 6 | cout << " ----------------------------------------------------------------------------------------------------------------------" << endl;
|
20 |
| -cout << " -������----------������-������--������-������---------��������������-��������������-��������������-����������������---" << endl; |
21 |
| -cout << " -����������������������-������--������-������---------��������������-��������������-��������������-����������������---" << endl; |
22 |
| -cout << " -����������������������-������--������-������---------��������������-��������������-��������������-����������������---" << endl; |
23 |
| -cout << " -����������������������-������--������-������---------������--������-----������-----������--������-������----������---" << endl; |
24 |
| -cout << " -������--������--������-������--������-������---------��������������-----������-----������--������-����������������---" << endl; |
25 |
| -cout << " -������--������--������-������--������-������---------��������������-----������-----������--������-����������������---" << endl; |
26 |
| -cout << " -������--������--������-������--������-������---------��������������-----������-----������--������-����������������---" << endl; |
27 |
| -cout << " -������----------������-������--������-������---------������--������-----������-----������--������-������--������-----" << endl; |
28 |
| -cout << " -������----------������-��������������-��������������-������--������-----������-----��������������-������--����������-" << endl; |
29 |
| -cout << " -������----------������-��������������-��������������-������--������-----������-----��������������-������--����������-" << endl; |
30 |
| -cout << " -������----------������-��������������-��������������-������--������-----������-----��������������-������--����������-" << endl; |
31 |
| -cout << " ----------------------------------------------------------------------------------------------------------------------" << endl; |
32 |
| -cout << " _______________________________ " << endl; |
33 | 7 | cout << " | PRESS ENTER TO CONTINUE.... | " << endl;
|
34 |
| -cout << " |_____________________________| " << endl; |
35 | 8 | cin.ignore();
|
36 | 9 | system("cls");
|
37 | 10 | string hello = "Hello User...";
|
38 |
| -string askname = "I don't know you yet.... Please provide your name here --> "; |
| 11 | +string askname = "Please provide your name here --> "; |
39 | 12 | string name1 = "Hello there ";
|
40 | 13 | string name2 = ".... :) ";
|
41 | 14 | string provide = "\n\nWelcome to the CALC-MULATOR...\n\nA Calculation Simulator that can provide you the answers you wanted to know.... ";
|
|
0 commit comments