Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that input obtain marks ofa student, calculate percentage (assume total marks are 1100), and display his/her grade.The grade should be calculated according

Write a program that input obtain marks ofa student, calculate percentage (assume total marks are 1100), and display his/her grade.The grade should be calculated according to the following rules:15
{1.Percentage ( more than or equal to 90)_Grade (A)
2.Percentage (Between 80 to 90)_Grade(B+) 3.percentage ( Between 70 to 80)_grade(B) 4.percentage(between 60to70)_Grade(C+) 5.percentage(between 50 to 60)_grade(C) 6.percentage(between 40to50)_grade(D) 7.percentage(less than 40)_grade(F).}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

include include using namespace std ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems A Practical Approach to Design Implementation and Management

Authors: Thomas Connolly, Carolyn Begg

6th Edition Global

132943263, 978-0132943260

More Books

Students also viewed these Programming questions

Question

What is a native XML database?

Answered: 1 week ago

Question

What are the main features of the SQL:2011 standard?

Answered: 1 week ago