We appreciate your visit to A school has the following rules for the grading system a Below 25 F b 25 to 45 E c 45 to 50 D d. This page offers clear insights and highlights the essential aspects of the topic. Our goal is to provide a helpful and engaging learning experience. Explore the content and find the answers you need!

A school has the following rules for the grading system:

a. Below 25 - F
b. 25 to 45 - E
c. 45 to 50 - D
d. 50 to 60 - C
e. 60 to 80 - B
f. Above 80 - A

Ask the user to enter marks and print the corresponding grade.

Use C++ to write the program that solves the above problem.

Answer :

Answer:

Explanation:

c. 45 to 50 - D

Thanks for taking the time to read A school has the following rules for the grading system a Below 25 F b 25 to 45 E c 45 to 50 D d. We hope the insights shared have been valuable and enhanced your understanding of the topic. Don�t hesitate to browse our website for more informative and engaging content!

Rewritten by : Barada

A school has following rules for grading system for this firstly take input of the subject from the result then add the calculations.

What is the use of C++?

The programming language called C++ (or “C-plus-plus”) is a fashionable reason coding language which has been used for recreation programming, software program engineering, statistics structures, growing browsers, working systems, applications, and greater for over 40 years.

  1. Score = input("Enter your score")
  2. score = int(score)
  3. if score<25>=25 and score<45>= forty five and score < 50>= 50 and score < 60>=60 and score < 80
  4. Then reoprt will be printed.

Read more about the program C++:

https://brainly.com/question/23275071

#SPJ2