Assignment I Use a structure to write a C++ program that can execute the following The program should include three structures | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Assignment I Use a structure to write a C++ program that can execute the following The program should include three structures

Assignment I Use a structure to write a C++ program that can execute the following The program should include three structures 1 Mark with quize_test, mid_exam ,final_exam and total as member variables (the value for the marks should be 20%,30%,50% and 100% respectively) total= quize_test + mid_exam + final_exam 2 Course withcourse_title, course_code, credit_hourand markas member variables (mark should be of type Mark) 3 Student withid, Name, Age, sex,and Received_course as member variables (Received_course should be of type Course)Hint: Use an array - Theprogram should enable the user to enter the information of 5 students and the information of 6 courses for each student. - Use proper data type and validation for a specific value entered by the user and try to make the console interface as interactive as possible. The output displayed should also be well formatted like menu option for the student name with or without course detail.

14th Apr 2021, 10:40 PM
Eliyas Moges
Eliyas Moges - avatar
1 Answer
+ 2
Show your attempt Nobody will solve your tasks
14th Apr 2021, 11:13 PM
Marina Vasilyova
Marina Vasilyova - avatar