Question: Please follow the in class instructions and submit the resulting code. Create a StudentType struct. Write a function to compare two students health. Declare two

Please follow the in class instructions and submit the resulting code. Create a StudentType struct. Write a function to compare two students health. Declare two students in your main and compare their health Create a function to compare the two students health struct StudentType string ID; string Name; char Year; float GPA; HealthType Health; void compareHealth(studentType, StudentType) //function prototype
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
