Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

write a c++ program

0 votes
asked Aug 2, 2018 by Kenneth Otieno Ouko (180 points)
using oop (classes and arrays) write a program that recieves personal details (ie. name, index number,age ) of students and the marks obtained by each student in the five subjects(english,maths,ghcre,kiswahili,science) define and impliment class called studentrecord.this class should have student personal details and marks for each subject as a member variable.for that class, declare and define a constructor ,getter,setter functions for the member variebles also declare and define member functions to compute students average and the grade obtained.us5e this class in your program to contain and manipulate individual student records.storfe the result of all student in a file called marksheet.txt. in this marksheet.txt file include each students name, marks in all 5 subjects,average mark and mean grade

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...