Starting from:

$15

SmallAndLargeGUI Solution

You will need to create a console-based application whose Main() method accepts ten integer values from the user and stores them in an array. Next, create a method that determines and displays the smallest and largest of the ten values. Then, pass the array to the method.Save the file as SmallAndLarge.cs.Next, create a GUI application whose button's Click() method accepts ten integer values from a TextBox and stores them in an array that is declared above the Click() method. After the ten entries have been made, call a method that sorts and displays the ten values from smallest to largest.Save the file as SmallAndLargeGUI.cs.Include the description of your programming techniques and how the use of the GUI was integrated into your application.Assignment 2 Grading Criteria
Maximum Points
Created a console-based application whose Main() method accepts ten integer values from the user at the keyboard and stores them in an array.
30
Accurately created syntax for a method that determines and displays the smallest and largest of the ten values. Passed the array to the method accurately.
30
Created a GUI application whose button's Click() method accepts ten integer values from a TextBox and stores them in an array that is declared above the Click() method.
40
Accurately created syntax to call a method that determines and displays the ten values from smallest to largest.
30
Presented a structured document free from spelling and grammatical errors

More products