In this article we will learn to implement a CPP program to print your name. A C++ program is provided below which reads your name and prints it back. A simple program on printing “Hello World” and “Hello Name” where “Name” is the input from the user. Program is as follows: /*A simple program […]