Question: C programming task: My code so far: expected output: val2: 324 val3: 6561 val4: 2197 Power Three 1. Add a new function powerthree to the
C programming
task:

My code so far:

expected output:
"val2: 324 val3: 6561 val4: 2197"
Power Three 1. Add a new function powerthree to the program in the template which calculates cube of an integer. 2. Declare a new variable val4 in the main function where you place the value of powerthree (13). 3. Use the following print statement format to print the new value val4 along with the already printed values that are being printed in the main function. "val2: %d val3: %d val4: %d " Note that there needs to be two spaces between the values and names. Start Interactive Coding #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
