I have been given an assignment where a company requires an application that displays coffee usage information for the managers. I've been given sample data for last years monthly usage amounts in kilos which are: 400.5, 450, 475.5, 336.5, 457, 325, 220.5, 276, 300, 320.5, 400.5 and 415.
I need to create a form which will allow the user to enter and store monthly amounts in an appropriate data structure. The form also has to calculate the total usage for the 12 month period and average monthly usage. A further requirement is for the users to be able to display the monthly totals in ascending and descending order of the monthly usage amounts.
I am sort of a Visual Basic newbie and I would just like ideas on how I would meet these requirements. What to use to displays the results, etc.
Thanks