0
Why is count needed?
Why do we use cout?
4 odpowiedzi
+ 12
cout is used to print a statement on screen. Continue the C++ course, it'll be clearer to you gradually.
+ 12
cout - output
cin - input
btw there is a typo in the question.
+ 8
edit Character out is used. - Thanks @Ace!
To allow the viewer can see text output from the code.
http://www.cplusplus.com/doc/tutorial/
+ 6
to send characters out to the character display device (normally the console display screen)