Question: C programming language pls Write a program that uses an array of structure to store the course's information of one student. Suppose there is a
Write a program that uses an array of structure to store the course's information of one student. Suppose there is a student and he/she has Five (5) courses. Please write a program to input the students' information with names and marks of FIVE (5) courses. Your program should employ an array of struct to save the students' information and calculate the average of all given marks of 5 courses. Please follow the format shown in the following figure. Enter the course name: Algebra Enter mark for Algebra: 80 Enter the course name: Statistic Enter mark for Statistic: 70 Enter the course name: Java Enter mark for Java: 90 Enter the course name: Database Enter mark for Database: 95 Enter the course name: IOT Enter mark for IoT: 95 The average mark of all course is: 86.00 execution time : 57.601 s Process returned @ (exe) Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
