How do you print letters using a cin? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you print letters using a cin?

I want to write letters in a cin and have it output them.

31st May 2020, 12:29 AM
bob
bob - avatar
3 Answers
+ 12
You have to coun Cin is used to getting user input
1st Jun 2020, 11:54 AM
Coder
Coder - avatar
0
Cout<<"your letter here "
31st May 2020, 12:31 AM
Muhammad Galhoum
Muhammad Galhoum - avatar
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.
31st May 2020, 4:50 PM
Robin Singh
Robin Singh - avatar