I really need help with my Programming assignment this is due tomorrow and I really need help please show me every input that you did to solve this coding.

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
icon
Related questions
Question

I really need help with my Programming assignment  this is due tomorrow and I really need help please show me every input that you did to solve this coding. 

Follow instructions to create a visual C++ project, add the C++ code, compile, run and fix errors. Save it to
your Lab Assignment Folder in your Z drive or to your laptop.
Write your Name, course, and date as comments on first line.
// First and last name
CSDP 221 Program 11 4/12/2021
> Explain what the program is to do along with any directions or instructions needed for program
users
Add comments to
your
code
Write a program that calculates the
The program should have a void function named calcAverage that calculate and display the average of the
three highest scores. This function should be called by main and should be passed the four scores and the lowest
test score. The average should be displayed to two decimal places with the decimal points always show.
average
of a
group
of four test scores after dropping the lowest test score.
Expected outputs:
A Microsoft Visual Studio Debug Console
Enter four test scores seperated by space: 81 67 96 73
After dropping the lowest score 67, the test average is 83.33.
Hints:
To find the highest sales:
if (sales1> sales2 && sales1 > sales3 && sales1 > sales4)
Transcribed Image Text:Follow instructions to create a visual C++ project, add the C++ code, compile, run and fix errors. Save it to your Lab Assignment Folder in your Z drive or to your laptop. Write your Name, course, and date as comments on first line. // First and last name CSDP 221 Program 11 4/12/2021 > Explain what the program is to do along with any directions or instructions needed for program users Add comments to your code Write a program that calculates the The program should have a void function named calcAverage that calculate and display the average of the three highest scores. This function should be called by main and should be passed the four scores and the lowest test score. The average should be displayed to two decimal places with the decimal points always show. average of a group of four test scores after dropping the lowest test score. Expected outputs: A Microsoft Visual Studio Debug Console Enter four test scores seperated by space: 81 67 96 73 After dropping the lowest score 67, the test average is 83.33. Hints: To find the highest sales: if (sales1> sales2 && sales1 > sales3 && sales1 > sales4)
Programing Assignment 12: Due on Friday 4/16/2021 at 11:59 p.m. (Send .cpp file)
Follow instructions to create a visual C++ project, add the C+ code, compile, run and fix errors. Save it to
your Lab Assignment Folder in your Z drive or to your laptop.
Write your Name, course, and date as comments on first line.
// First and last name
CSDP 221 Program 12 4/16/2021
Explain what the program is to do along with any directions or instructions needed for program
users
Add comments to your code
Modify the Lowest Score Drop program (program 11)
It should use the following functions:
int totalandLowest should ask the user for four test scores add them and store the total in a reference
parameter variable total. It should be called by main. This function will call findLowest function and
return lowest score to main.
int findLowest() should find and return the lowest of the four scores passed to it. It should be called by
totalandLowest function
void calcAverage() should calculate and display the average of the three highest scores. This function
should be called just once by main and should be passed the scores total and lowest score.
Expected outputs:
noove.
A Microsoft Visual Studio Debug Console
Enter four test scores seperated by space: 81 67 96 73
After dropping the lowest score 67, the test average is 83.33.
Hints:
Transcribed Image Text:Programing Assignment 12: Due on Friday 4/16/2021 at 11:59 p.m. (Send .cpp file) Follow instructions to create a visual C++ project, add the C+ code, compile, run and fix errors. Save it to your Lab Assignment Folder in your Z drive or to your laptop. Write your Name, course, and date as comments on first line. // First and last name CSDP 221 Program 12 4/16/2021 Explain what the program is to do along with any directions or instructions needed for program users Add comments to your code Modify the Lowest Score Drop program (program 11) It should use the following functions: int totalandLowest should ask the user for four test scores add them and store the total in a reference parameter variable total. It should be called by main. This function will call findLowest function and return lowest score to main. int findLowest() should find and return the lowest of the four scores passed to it. It should be called by totalandLowest function void calcAverage() should calculate and display the average of the three highest scores. This function should be called just once by main and should be passed the scores total and lowest score. Expected outputs: noove. A Microsoft Visual Studio Debug Console Enter four test scores seperated by space: 81 67 96 73 After dropping the lowest score 67, the test average is 83.33. Hints:
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Introduction to computer system
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
Recommended textbooks for you
Database System Concepts
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)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education