Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given that, the student class contains the following: Data members (all private) char name[20], int number, float coursel Grade, float course2 Grade, float Average Grade

image text in transcribed

Given that, the student class contains the following: Data members (all private) char name[20], int number, float coursel Grade, float course2 Grade, float Average Grade Member functions (all public): void input0, void calculate0 Write a C+ program to read the data of 3 students and compute Average Grade of each student. Note: You should be able to finish this lab in one hour. Otherwise, you have to spend more effort Hint: you can use the following http://www.tutorialdost.com/Cpp-Programming-Tutorial/34-Cpp-Class-Array.aspx Test Run: al studio 20131ProjectsProjectDebugiProject1.exe nter student 1 detials nter number: 101 nter name:Marya nter course1 Grade:90 nter course1_Grade:92 nter student 2 detials nter number:102 nter name: Jack nter course1 Grade:90 nter course1 Grade:99 nter student 3 detials nter number:103 nter name: Elisa nter course1 Grade:88 nter course1 Grade:90 UMBER NAME AVERGAE_GRADE 01 02 03 Marya 91 Jack 94.5 Elisa 89 ress any key to continue

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Students also viewed these Databases questions

Question

1. Define mass and mediated communication

Answered: 1 week ago