Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Requirement:
For each of the following problems:


 Implement the following C# console applications.
 Submit the Program.CS only. (This is the source code found in your project.)
1. Test Scores: You have been asked to write a program to help the teacher evaluate
the test scores of the class. The number of students (test scores) is not known.
Requirements:
 Ask the teacher to enter how many test scores he/she has.
 Create an array to enter and save all the test scores.
 Display all the test scores in a table format.
 Calculate and display the average score.
 Find the highest test score & the lowest test score.
Assume (0 is the least score and 100 is the highest score)

What I have tried:

(nothing)
Posted
Updated 17-Apr-18 21:05pm
v4
Comments
Paulo Zemek 17-Apr-18 18:22pm    
Do you have an actual question or do you simply want somebody to do the work for you?

Your "What I have tried" doesn't show at all what you tried, it simply repeats the requirements of the app.
Patrice T 17-Apr-18 18:35pm    
Looks like you are about to fail.

Pasting your homework assignment into the What Have You Tried box doesn't show what you've tried, only that you're lazy.

No on here is going to write the code for you. It's your homework, so YOU do it.

Write some code and if you get stuck, then paste in what code you have and ask a specific question.
 
Share this answer
 
Comments
BillWoodruff 17-Apr-18 20:35pm    
My vote of #1: this is not a solution.
Richard MacCutchan 18-Apr-18 3:06am    
For this type of question it is conventional to add the comments as a Solution, to remove the question from the unanswered queue.
BillWoodruff 18-Apr-18 5:21am    
I see your point, Richard; in practice OriginalGriff is one of the very few who does this regularly.

I also see this as another flaw in QA. We have both down-voting and reporting as ways to flag questions. I think those should trigger a boot from the unanswered queue.
Richard MacCutchan 18-Apr-18 5:27am    
You are correct; but voting is not enough to explain to these people that no one here is going to do their work for them.
Patrice T 18-Apr-18 6:47am    
I use to do it too, but sometimes I get downvoted :)
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900