+ 1
How do you print letters using a cin?
I want to write letters in a cin and have it output them.
3 Respuestas
+ 12
You have to coun
Cin is used to getting user input
0
Cout<<"your letter here "
0
you can print letters using cin.
first take input in any variable or array with cin>>variable or array
then use cout<< to print
because cin does not print, cin takes input from the user.