Write a C/C++ program that asks the user for three integer marks. These are the student marks out of 25 for class tests. Subsequently the program must ask the user for a big test mark out of 50. Test all values for validity. If a value is invalid, a message must be displayed, and the user must be repeatedly given chance to correct the input. The final mark is calculated with 50% class tests and 50% big test mark. The program must display the final mark, as well as a symbol representing the mark (see Table 1.1). The program must repeat until the user enters "-1" for the first class test. After the user has entered "-1", the program must display a summary of the marks, i.e. the average final mark, highest final mark, and lowest final mark. The program also displays the number of students that pass (mark>=50), pass with distinction (mark=75), and the number of students that fail (mark<50). 75+ 60+ 50+ 40+ 30+ *** Table 1.1 A B с D E F
Write a C/C++ program that asks the user for three integer marks. These are the student marks out of 25 for class tests. Subsequently the program must ask the user for a big test mark out of 50. Test all values for validity. If a value is invalid, a message must be displayed, and the user must be repeatedly given chance to correct the input. The final mark is calculated with 50% class tests and 50% big test mark. The program must display the final mark, as well as a symbol representing the mark (see Table 1.1). The program must repeat until the user enters "-1" for the first class test. After the user has entered "-1", the program must display a summary of the marks, i.e. the average final mark, highest final mark, and lowest final mark. The program also displays the number of students that pass (mark>=50), pass with distinction (mark=75), and the number of students that fail (mark<50). 75+ 60+ 50+ 40+ 30+ *** Table 1.1 A B с D E F
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 3 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education