Question: Create a program which asks for two numbers. The first number should be a decimal number the second should be a whole number. The first
Create a program which asks for two numbers. The first number should be a decimal number the second should be a whole number. The first number needs to be raised to the power of the second number. The answer should be formatted with two digits after the decimal. The output should look like the example output given. You may use your own data but output needs to be formatted same way. Pow() function should be used correctly in program.
Its C++ programming language. I use Visual Studio 2019 by the way, this class is Programming Fundamental. I need your help!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
