C++ program to calculate the total marks, percentage and division of student based on three subjects
Introduction C++ program to input roll number, student name and marks of three subjects (Physics, Chemistry and Information Technology) and calculate total marks, percentage and division of student. I have used DEV-C++ compiler for debugging purpose ...