Write a C program that reads marks of 10 students in to a single subscripted array.

computer science

Description

Question 1 a) Write a C program that reads marks of 10 students in to a single subscripted array. 


b) Above marks should be between 0 to 20. Modify the above program to add marks to the array only if the input mark is between the given range. 


c) Find the mean of the marks by reading the values of the array. 


Question 2 Create an integer array called Motion of size 5. Ask the user to enter values to the array from the keyboard. Rotate the values of the array by one position in the forward direction and display the values. Ex: number in index 4 should move to index 3, Number in index 3 should move to index2, number index 0 should move to index 4. Initial values 10 6 8 2 9 After rotating 6 8 2 9 10 


Question 3 Write a C program that read numbers from an integer array and graph the information in the form of bar chat. Sample output is given below.


Get assignment help from experts for better grades. Affordable & timely delivery. Guaranteed original work. 24/7 customer support. Order now!

Computer Science Assignment Help





Related Questions in computer science category