Write a C# program to find the sum of the test scores input by the user. Use this pseudocode as a guide to your design, in which the user inputs the number of test scores and each score, :
pseudocode:
Read the quantity of scores;
while (count < quantity ) {
Read the next score;
Add the score to the total so far;

Increment the count of scores;

}

Display the quantity and the total;



Your program output should look like this sample output (I will have to email examples - I don't know how to attach them here...)
Deliverables: (I will have to email - I don't know how to attach them here...)


Your deliverable is a Word document that includes:

1. Zip file of all of your VS project files so that it could be loaded and run in another VS
2. A copy of your source code
3. Screenshot of your output

4. Explanation of your work and how you arrived at your solution

 

 

    • 10 years ago
    A+ Work
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      answer44.zip