Question: Exercise 1: a) Write a C++ program that will: - declare the constant PI=3.14159 using #define syntax; - have a loop that will print 10

Exercise 1: a) Write a C++ program that will: - declare the constant PI=3.14159 using #define syntax; - have a loop that will print 10 values that are: PI, the square of PI, the cube of PI, and so on using the pow() function from
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
