Question: Answer in C++ program Write a loop to print the first 10 powers of 3, namely 3^0 = 1, 3^1 = 3, 3^2 = 9,
Answer in C++ program

Write a loop to print the first 10 powers of 3, namely 3^0 = 1, 3^1 = 3, 3^2 = 9, ..., 3^9 = 19683
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
