Submitted Questions

  • C program using loop and array

    Write a C program using arrays and any loop statements that asks the user to enter the number of students. For each student, enter the number of courses. The user should enter the students ID number and the marks for each course. Compute and display the total and average of the students marks. Sample Output: Enter the number of students: 2 Enter Student ID no. 1: 082367 Enter the number of courses:...