Displaying my name, date of birth, and mobile number | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Displaying my name, date of birth, and mobile number

create a C++ program that will use cin to input your name, date of birth and mobile number and display it using cout. #include <iostream> using namespace std; int main() { char name; cout << "Enter your name, birthdate, and mobile number" ; return 0; } please correct me i need exact examples

1st Sep 2020, 12:15 AM
Unknown
2 Answers
+ 7
Complete your c++ tutorial it is bit easy. So first complete your course And second thing never think that we will give you code for your tasks. Ya ofcourse we can help you to solve your errors but no one will provide you codes so show us your try first
1st Sep 2020, 12:20 AM
Ayush Kumar
Ayush Kumar - avatar
+ 1
Cel please attempt to code before asking the community for assistance. Please follow the guidelines *This appears to be an assignment https://www.sololearn.com/discuss/1316935/?ref=app
21st Nov 2020, 3:06 PM
BroFar
BroFar - avatar