Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Challenge: Write Your First Program | Getting Started with C++
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
C++ FOundations: V1

bookChallenge: Write Your First Program

Aufgabe

Swipe to start coding

Write a C++ program that prints your name and a short message to the console using std::cout.

  • In the main function, use std::cout to display your name.
  • On a new line, print a short message of your choice.
  • Make sure to include the iostream header and use the correct syntax for output.
  • The output should display your name and message on separate lines.

Lösung

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 3
single

single

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Suggested prompts:

Can you explain this in simpler terms?

What are some examples related to this topic?

Where can I learn more about this?

close

bookChallenge: Write Your First Program

Swipe um das Menü anzuzeigen

Aufgabe

Swipe to start coding

Write a C++ program that prints your name and a short message to the console using std::cout.

  • In the main function, use std::cout to display your name.
  • On a new line, print a short message of your choice.
  • Make sure to include the iostream header and use the correct syntax for output.
  • The output should display your name and message on separate lines.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 3
single

single

some-alt