In this article we will learn to implement a CPP program for if else statement. A C++ program is provided below which accepts a number (integer) from user. If the given number is n and 1 <= n <= 9, then we have to print the word for the given number (for example, if n […]