The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
I need help with this program. Complete program to do.
CNIT155 Assignment-11Due: Tues. 04/17/17, 11:50 PM24 PointsObjectives:•Checkbox control•Saving to the text fle•Reading From a text fle•±orm Closing Event Method•±orm_Load event methodProblem Description:Design a C# project to store up to 100 students’ information in parallelarrays. The user will enter each student’s name, score in provided Textboxes and check theCheckbox if student is a CIT major, followed by a click on the Enter button to store the studentin the parallel arrays.Figure 1 - Screen capture when Display is clickedClass Scope Declarations:-Declare a named constant to store size of the parallel arrays = 100.-Declare 3 parallel arrays to store up to 100 students’ names, scores and CIT major (true /false). Use the named constant at declaration.-Declare a counter to keep track of the next available index in the array.-Declare a variable to storethe file namewith the full path:Private String mFileName = Path.Combine (Application.StartupPath , “Students.txt”);Enter Button (pseudo-code)Validate the user’s input - Call the helper method.If data is not valid - return.Store the entered data in parallel arrays.oIf the check box is checked, storetruein the array, otherwise storefalse.If array is fulloInform the useroDisable the Enter button.Call the helper methodto clear the input.
Attachments: