Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started