
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question

Transcribed Image Text:Enter PDI Marks of Student 11:
75
Enter PDI Marks of Student 12:
35
Enter PDI Marks of Student 13:
45
Enter PDI Marks of Student 14:
24
Enter PDI Marks of Student 15:
41
75, 73, 70, 65, 55, 50, 48, 45, 45, 41, 35, 35, 30, 24, 20
All Students' Marks in PDI (Highest to Lowest)
Lowest Marks: 20
Highest Marks: 75
Average Marks: 47.4
Fair Result

Transcribed Image Text:Exercise 4.2:
Write a C++ program using array and loop that prompts a user to enter 15 Students' marks in Program
Design and Implementation (PDI) Module in an array. The program sorts the students' marks in
descending order using a loop and displays the marks of all students as well as lowest, highest, average
marks, and the class result based on the average module marks. The result criteria is given below:
Average is less than 40 = Poor Result
Average is between 40 to 49 = Fair Result
Average is less than 50 to 59= Good Result
Average is less than 60 to 69 = Very Good Result
Average is between 70 to 79 = Excellent Result
Average is 80 or greater
= Outstanding Result
Note: You must demonstrate the use of arrays and loops. Your code must be properly commented.
Sample Output:
Welcome to Result Management System
Enter PDI Marks of Student 1:
50
Enter PDI Marks of Student 2:
35
Enter PDI Marks of Student 3:
30
Enter PDI Marks of Student 4:
65
Enter PDI Marks of Student 5:
70
Enter PDI Marks of Student 6:
73
Enter PDI Marks of Student 7:
55
Enter PDI Marks of Student 8:
48
Enter PDI Marks of Student 9:
20
Enter PDI Marks of Student 10:
45
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 3 steps with 1 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.Similar questions
- C++ Language 2arrow_forwardIn C++arrow_forwardUsing C++ Program: A palindrome is a word that is spelled the same way both forwards and backwards. For example, the word, 'racecar' is a palindrome. Using character arrays, write a program that prompts the user to enter a word from the keyboard and informs the user whether the word is a palindrome or not.arrow_forward
- write a c++ program that declares an array that can hold 20 chars. then the program outputs two upper case character which are A & Z(initials). next using a loop the program populates the array with the pair of the initials until the array is full. then the program outputs the array on one line. then the program swaps the contents of the first and last locations in the array and output the modified array on the next line.arrow_forwardIn Python, grades_dict = {'Wally': [87,96,70], 'Eva': [100,87,90], 'Sam': [94,77,90], 'Katie': [100,81,82], 'Bob': [83, 65, 85]} write your own describe function that produces thesame 8 statistical results, for each one of the columns, that the built-in describe() function does.Note 1: Use the sample standard deviation formula (that is, the denominator is: N-1)Note 2: Your algorithm should work for any number of columns not just for 5Note 3: You can use the np.percentile() for the 25% and 75% percentile as well as the sort()built-in functionsarrow_forwardGame of Hunt in C++ language Create the 'Game of Hunt'. The computer ‘hides’ the treasure at a random location in a 10x10 matrix. The user guesses the location by entering a row and column values. The game ends when the user locates the treasure or the treasure value is less than or equal to zero. Guesses in the wrong location will provide clues such as a compass direction or number of squares horizontally or vertically to the treasure. Using the random number generator, display one of the following in the board where the player made their guess: U# Treasure is up ‘#’ on the vertical axis (where # represents an integer number). D# Treasure is down ‘#’ on the vertical axis (where # represents an integer number) || Treasure is in this row, not up or down from the guess location. -> Treasure is to the right. <- Treasure is to the left. -- Treasure is in the same column, not left or right. +$ Adds $50 to treasure and no $50 turn loss. -$ Subtracts…arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

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