Question: Large-Small Lab Write a C program, largeSmal1.c, which includes a function, c prompts the user to input four integers and calculates and displays thet and
Large-Small Lab Write a C program, largeSmal1.c, which includes a function, c prompts the user to input four integers and calculates and displays thet and smallest of the integers. Be sure that the user prompts as well asths integers input into the program are displayed in the output file. Provided below is the main) function that I would like you to use for your program. int main (void) ( int i: fp fopen ("csis.txt", "w") compare fclose (fp); return 0: Please do not modify the main() function. It should appear as the first function in the program. Be sure to use function prototypes for each of the functions that are used in your program. Note that the for loop invokes the compare() function four times. Each time the compare ) function is invoked, a different set of four integers will be entered. Please be sure to use the data shown below: First: 28 44 66 82 Second: 8 14 22 6 Third: 21 38 12 16 Pourth: 98 22 45 63
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
