Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DOS.CPP
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ ________
cout<<"good.\now tell me its breadth\n";
int b=0;
cin>>b;
cout<<"Thanks.\nnow let me calculate its AREA...in a count of 3 2 1";
cout<<"Thanks.\nnow let me calculate its AREA...Just a moment...";
delay(3000);
cout<<"Got it!"<<endl;
int ar=0;
Expand Down