Question: Create a Windows Forms application to help academic advisors at Blue Ridge CTC place students in the correct math class according to the program the
Create a Windows Forms application to help academic advisors at Blue Ridge CTC place students in the correct math class according to the program the student is in their test scores, and any prerequisites they may have.
Input:
Use controls in a Windows Forms app to gather the following information from the user:
Name: user enters string
Program: user chooses from Computer Network Engineering, CyberSecurity, Data Management, Digital Media, Software Development Engineering
Placement Test Options: user chooses from SAT, ACT, Accuplacer, or none
Test Score: user enters integer
Prerequisites:
Math : user indicates yes or no
MATH A: user indicates yes or no
Output and Program Structure Requirements:
Your program determines which math course the student should take and adds their name and course to a listbox on the form. When the name and course is added to the listbox, information is cleared from the form controls to allow the user to enter information for the next student.
When the user choses to end the program, the data is read from the lisbox and printed to a file so that each student name and their course is printed on one line in the file.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
