The program needs to be built with functions and the whole solution must also be presented in pseudo code.Write a program as a console application or windows application in C#. It must read data about...

The program needs to be built with functions and the whole solution must also be presented in pseudo code.Write a program as a console application or windows application in C#. It must read data about sellers in an agency, if you write a Console Application let the USER write how many agents he wants to register. The input in the program is the data regarding sellers that are entered.
This is the data the user inputs regarding the sellers:Name:Personnumber:District:Quantity of sold articles:
There are 4 levels that are based on the quantity of sold articles: Below 50 articles, 50-99 articles, 100-199 articles, 199+ articles.
When all the sellers have been registered they are to be sorted according to the quantity of sold articles. Example:
"How many sellers do you wish to register?3
Name: Jimony CricketPersonnumber: 8321214District: BaliQuantity of sold articles: 15
Name: Linda JonesPersonnumber: 82828384District: CaliforniaQuantity of sold articles: 45
2 sellers have reached level 1.
Name: John BluntPersonnumber: 8757584District: New YorkQuantity of sold articles: 140
1 seller has reached level 3."


Keep in mind that the information regarding how many sellers have reached which level has to be shown directly after having calculated the sellers in that level, like in the example above.
The result has to be shown BOTH on the screen and written to a file.
Nov 18, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here