Question: C Programing Write a function float Average (int, int) that finds the mean, and them write a main program that inputs two numbers from the
C Programing
Write a function float Average (int, int) that finds the mean, and them write a main program that inputs two numbers from the user repeatedly until the user enter"0". You need to call the function and display the mean of two numbers in the main Write the following functions: void swap (int *p, int *q); when passed the address of two variables, swap should exchange their values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
