Question: Do it in C++(OOP) Write a program that declares a function accepting two parameters. The first parameter is a floating pointer number and 2nd is

Do it in C++(OOP)
Write a program that declares a function accepting two parameters. The first parameter is a floating pointer number and 2nd is integer. The program should multiply the floating point number by itself the number of times indicated by the integer. The program should return the result to the main function. The main unction should ask the user for the floating point number and integer. It should then call the function and store the result in a variable. Finally the main function should display the returned
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
