0
How to use cout
Cout in c++with insertion operator <<
3 Respostas
+ 2
Read about cout how to use it cout is use to print words string .
U can use like this
cout<<" this is cout";
Everything will print which are written in double quotes. Output will be
this is cout. For better explanation read solp lessons.
0
What is conditional statement?
0
What are loops and it's operation?