+ 3

How can you make a program that prints your name as output

16th Jun 2020, 7:17 PM
Antisocial.
Antisocial. - avatar
3 Respuestas
+ 2
Finish your c++ course first you will be able to code this by yourself. It all has to do with print syntax in a programming language. Read this... https://www.sololearn.com/learn/CPlusPlus/1604/
16th Jun 2020, 7:28 PM
RKK
RKK - avatar
+ 2
You can also make an input of the user so that they enter their specific names cout << "Enter your name\n"; cin >> TheUsersName; cout << TheUsersName;
17th Jun 2020, 4:13 AM
GermoOKD
GermoOKD - avatar
+ 1
Cout<<"Muhammad";
16th Jun 2020, 7:31 PM
Muhammad Galhoum
Muhammad Galhoum - avatar