Question: it is programing In C , do not use java please Total number of questions: 2 Points of each question: 20 Total points: 40 DUE

it is programing In C , do not use java please Totalit is programing In C , do not use java please

Total number of questions: 2 Points of each question: 20 Total points: 40 DUE DATE: Thursday, Nov 9, 2017 in class IMPORTANT: If you have questions, please ask ahead of time Q1. Write a function that raises an integer to a positive integer power. Call the function x_to_the_n taking two integer arguments x and n. Have the function return a long int, which represents the results of calculating x". You cannot use the math.h in this question. Write your own function to calculate the power. Q2. Write a function that: 1) Get ten scores (double) from the user 2) remove the max and the min by setting them to zero 3) calculate the mean/average (divided by what number) 4) You cannot do any actual implementation in the main function except for the variable declaration and calling the following functions: void set_scores (double all, int size); double replace_min(double a[ll, int size); double replace_max (double all, int size) double calc _mean (double al], int size)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!