Define class StudentRecord; maintain records in a vector. A StudentRecord consists of name of a student, grade as an int

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Define class StudentRecord; maintain records in a vector. A StudentRecord consists of name of a student, grade as an int

Post by answerhappygod »

Define class StudentRecord; maintain records in a vector. AStudentRecord consists of name of a student, grade as an integervalue, roll number to refer to student ID. Add member functions toset and get the data. Program prompts for and fetches data, buildsvector of student records, sorts by name, calculates max and mingrades (no names, just max and min numbers), class average, printssummarizing data along with class roll and grades. Testprogram.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply