06_Laboratory_Exercise_1(31)
06_Laboratory_Exercise_1(31)
Laboratory Exercise
Windows Application
Objective:
Materials:
Instructions:
1. Update the created project named StudentRegistrationApplication from the previous 05
Laboratory Exercise 1.
2. Insert an additional Combo box that will contain a list of students’ programs.
3. The programs should meet the following specifications:
• Create an array of string that contains the 12 months of the year. Then, use the foreach loop
to add the months to the Month combo box.
• Create an ArrayList that contains a list of bachelor of science programs. Refer to the following
table of programs to add on the list.
List of Programs
Bachelor of Science in Computer Science
Bachelor of Science in Information Technology
Bachelor of Science in Information Systems
Bachelor of Science in Computer Engineering
• Use the foreach loop to add the list of program to the added combo box.
4. Figure 1 and Figure 2 show the example output.
GRADING RUBRIC:
CRITERIA PERFORMANCE INDICATORS POINTS
Correctness The code produces the expected result. 30
Logic The code meets the specifications of the problem. 30
Efficiency The code is concise without sacrificing correctness and logic. 20
Syntax The code adheres to the rules of the programming language. 20
Total 100