Declaring and Initializing C++ Variables
Summary
In this lab, you declare and initialize variables in a C++ program. The program, which is saved in a file named NewAge.cpp, calculates your age in the year 2050.
Instructions
Declare an integer variable named myNewAge.
Declare and...