Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~99 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for fiffa

Write a C++ program that defines class Student with data members: ID, Name, average and array of 5 integer grades. And member Functions: - A private function computeAverage: to compute student’s average( the data member). - A public function getAverage that returns the value of student’s average - Overload the …

Member Avatar for Ancient Dragon
0
99