Project: Print More Greetings
Try this
Change the existing message (Hello, world!) to:
cout << "I'm learning C++!" << endl;
Anything in quotes gets printed.
Mini project
Add two more lines:
cout << "Welcome to the machine." << endcout << "Let's write some code!" << endl;
Project: Print More Greetings
Try this
Change the existing message (Hello, world!) to:
cout << "I'm learning C++!" << endl;
Anything in quotes gets printed.
Mini project
Add two more lines:
cout << "Welcome to the machine." << endcout << "Let's write some code!" << endl;