Question: In C# Create a Windows Application that allows a string representing a series of numbers separated by commas to be entered. Here is an example

In C#

Create a Windows Application that allows a string representing a series of numbers separated by commas to be entered. Here is an example of valid input:

17,19,100,21,18,6

Your program should retrieve the string of characters. For maximum credit, create a Windows application that has a single control that can be used for inputting the numbers. Retrieve the numbers as a group (i.e. 17,19,100,21,18,6) and then have controls that displays the Sum, Average, and Smallest value.

Also, provide a Reset Button with functionality that clears the display and gets it ready for the next set of values. Enlarge the size of the font for the controls to 14 points. Change the background color for the form to a dark color. Change the color of the text to a light color. The title bar for the form should read "Number Cruncher" along with your name (as in mine would read Doyle's Number Cruncher).For maximum credit use appropriate identifiers and dont include any extraneous code.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!