Program Structure

Most c++ programs have a structure like the program in this file

When we run the program, we get output that looks like:

The square of 27 is 729
The CUBE of 27 is 19683

Every C++ program