Learn

Woohoo! You have written a few C++ programs. ๐Ÿ™Œ

In this lesson, you have learned:

  • C++ is a general-purpose coding language.
  • C++ runs line by line, from top to bottom.
  • std::cout is how you output to the terminal:
std::cout << "Good luck!\n";

Instructions

1.

Before we move on, letโ€™s write a letter to your future self.

In letter.cpp, letโ€™s add the following:

  • Goal(s) for yourself.
  • Name and date.

Press Run to mail the letter! ๐Ÿ“ฌ

P.S. This letter will be returned when you complete the course.

Take this course for free

Mini Info Outline Icon
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.

Or sign up using:

Already have an account?