Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this assignment, I'm new to programming. We have to use this in Visual Basic (Windows Forms App (.NET Framework). Thank you!!

I need help with this assignment, I'm new to programming. We have to use this in Visual Basic (Windows Forms App (.NET Framework). Thank you!!

image text in transcribedI

Description For this assignment you will create an application to calculate test sores Specifications In this exercise, you'll create a form that accepts one or more scores from the user. Each time a score is added, the score total, score count, and average score are calculated and displayed Score Calculator Score: 98 Score total: 472 Score count: 5 Average 9 Scores Add labels, text boxes, and buttons to the default form and set the properties of the form and its controls so they appear as shown above When the user presses the Enter key, the Click event of the Add button should fire When the user presses the Esc key, the Click event of the Exit button should fire. Declare two class variables to store the score total and the score count. Create an event handler for the Click event of the Add button. This event handler should get the score the user enters, calculate and display the score total, score count, and average score, and move the focus to the Score text box. It should provide for integer entries, but you can assume that the user will enter valid integer values Create an event handler for the Click event of the Clear Scores button. This event handler should set the two class variables to zero, clear the text boxes on the form, and move the focus to the Score text box. Create an event handler for the Click event of the Exit button that closes the form. Test the application to be sure it works correctly.. Documentation You will need to create a word document with a screenshot of your application running with three different test cases Make sure your document includes your name. What to Submit You will submit the two items. Your zipped Solution folder and a document with a screenshot of your application running Description For this assignment you will create an application to calculate test sores Specifications In this exercise, you'll create a form that accepts one or more scores from the user. Each time a score is added, the score total, score count, and average score are calculated and displayed Score Calculator Score: 98 Score total: 472 Score count: 5 Average 9 Scores Add labels, text boxes, and buttons to the default form and set the properties of the form and its controls so they appear as shown above When the user presses the Enter key, the Click event of the Add button should fire When the user presses the Esc key, the Click event of the Exit button should fire. Declare two class variables to store the score total and the score count. Create an event handler for the Click event of the Add button. This event handler should get the score the user enters, calculate and display the score total, score count, and average score, and move the focus to the Score text box. It should provide for integer entries, but you can assume that the user will enter valid integer values Create an event handler for the Click event of the Clear Scores button. This event handler should set the two class variables to zero, clear the text boxes on the form, and move the focus to the Score text box. Create an event handler for the Click event of the Exit button that closes the form. Test the application to be sure it works correctly.. Documentation You will need to create a word document with a screenshot of your application running with three different test cases Make sure your document includes your name. What to Submit You will submit the two items. Your zipped Solution folder and a document with a screenshot of your application running

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatio Temporal Database Management International Workshop Stdbm 99 Edinburgh Scotland September 10 11 1999 Proceedings Lncs 1678

Authors: Michael H. Bohlen ,Christian S. Jensen ,Michel O. Scholl

1999th Edition

3540664017, 978-3540664017

More Books

Students also viewed these Databases questions

Question

Compare and contrast TCP and UDP protocols.

Answered: 1 week ago