Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Modify the application you created in Lab 6 Part 1 to utilize lists instead of an array Score Calculator Score: 98 Score total:472 Sorted Scores
Modify the application you created in Lab 6 Part 1 to utilize lists instead of an array Score Calculator Score: 98 Score total:472 Sorted Scores 89 92 96 97 98 Score count:5 Average: 94 Ext OK Remove the constraint of limiting the list to 20. Each entry will just add to the list and there will be an infinite number entries allowed. The add button will add scores to the list. The remainder of the text boxes will also be manipulated each time you click the add button. The scores should update based on every additional entry to the list. The display score button displays the scores in a message box which are sorted from smallest to largest, and moves the focus to the Score text box. Be sure that only the elements that contain scores are displayed. The clear scores button will empty the list Exit will close the application
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started