Computer Science, asked by cuteangel2344, 1 month ago

To view the output of a program , we need to

Answers

Answered by Antarikshmonojgogoi
1

Answer:

So go to Window on the menu bar and select Output --- you should see your string there. If that doesn't work add getch(); to the end of your program. This will ensure that the program will wait for a keystroke from the user before exit.

Explanation:

Similar questions