Question: Computer Programming Write a program in C language to find the maximum and minimum element in a 10 array. Figure 1 shows a sample of

Computer Programming
Write a program in C language to find the maximum and minimum element in a 10 array. Figure 1 shows a sample of the program output Input the number of elements of the array: 4 Input 4 element in the array: element 1: 16 element 2: 10 element 3: 30 element 4: 73 Maximum element is: 73 Minimum element is: 10 Figure 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
