Computer Science, asked by divyadivi1206, 2 months ago

Write a C++ program to generate student mark sheets with subject details and grades using Structure. GRADE CALCULATION: 1)if avg>70 the grade will be 1 2)if avg 50 to 70 the grade will be 2 3)if avg is below 50 the grade will be 3 (Note: rn- Roll Number, s-Subjects, avg- Average)

Answers

Answered by ankita784938
0

Explanation:

What are Inheritance in C++ ?

Inheritance allows us to define a class in terms of another class, which makes it easier to create and maintain an application.

Similar questions