About this document
C++ Hello World Examples by Chun Wai Lee is a document available to read on EtoBox.
The document contains 3 coding problems and their outputs. Problem 1 contains a simple C++ program that outputs a greeting and asks for a name using multiple cout statements. Problem 2 is similar but outputs the text in one cout statement separated by newlines. Problem 3 outputs a welcome message surrounded by asterisks using a single cout statement.
- Author
- Chun Wai Lee
- Language
- EN