Question: Program questions in C Write a program that prompts the user for two integer numbers. The program must be written in a wav where the
Write a program that prompts the user for two integer numbers. The program must be written in a wav where the functions are written to perform its own unique duty. To guide you in this venture, the following functions have been detailed. This function will take two integer numbers and will implement the following function NOTE - You are NOT ALLOWED to use the power function from math's F (x) a^2 + 2ab + b^2 This function will take an integer number (int b) and it will be raised to the power of "o'- The result will be returned to the main function. NOTE - You are NOTALLOWED to use the power function from moth's the result must be printed out as follows: NAME: Tony Stark Please enter the first number (a): 4 Please enter the second number (b): 10 Following are your results: The result of implementing the custom Function is: 196 The result of raising 10 to the power of 4 is: 10000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
