+ 2
What does cout mean?
meaning
6 Respostas
+ 6
Console OUTput.
+ 3
it means console out which in c++ lets you print something, on the other hand cin (console in) lets the user of your program to write something in
+ 2
cout calculate output which u wanted to evaluate
+ 2
cout means see out that is anything u want to print in the screen, for example. cout<<" my name is Khan "; output will be
my name is Khan
0
Writing | cout<<"whatever you wanna read inside of this"<<endl; | the terminal will let you read as you run your program whaterever you wrote inside of the "
0
to console output