Skip to content

Commit 55cc744

Browse files
..
1 parent e843cdf commit 55cc744

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

Projects/AllINOne.cpp

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,12 @@
33
#include <math.h>
44
using namespace std;
55
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;
196
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;
337
cout << " | PRESS ENTER TO CONTINUE.... | " << endl;
34-
cout << " |_____________________________| " << endl;
358
cin.ignore();
369
system("cls");
3710
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 --> ";
3912
string name1 = "Hello there ";
4013
string name2 = ".... :) ";
4114
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

Comments
 (0)