ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 25 Apr 2017 My Price 8.00

CNIT155 Assignment

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:

Answers

(11)
Status NEW Posted 25 Apr 2017 01:04 AM My Price 8.00

-----------

Not Rated(0)
Relevent Questions