write an output: 1. clear the output screen 2. print your name, class in one line 3. finally pause the screen
Answers
Answered by
0
clear the screen in Visual C++, utilize the code: system("CLS"); The standard library header file <stdlib. h> is needed. Note: If you wish to clear the screen after a cout statement, you will need to "flush" the iostream
Hope it helps you mate
Similar questions