Submitted Questions

  • Need help in writing a C program using array and loop statement

    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 student name: Amal Enter...

    memo

    • Oct 16th, 2012

    Use the structure to write this program

    sree

    • Jul 4th, 2012

    /*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...