Question: JAVA Programming BASIC CONCEPTS OF CLASSES Given the declaration of Student class. Class Student { Private stringt stuName; Private int stuID; Private string stuProgram; Private
JAVA Programming BASIC CONCEPTS OF CLASSES
Given the declaration of Student class. Class Student { Private stringt stuName; Private int stuID; Private string stuProgram; Private string stuGroup; }
1. Create an array of object objStud to store information for 20 students.
2. Fill up the array by prompting user to enter their information.
3. Count the number of students based on their program.
4. Prompt user to enter student ID and print the student information.
5. Prompt user to enter program and print student name that enroll to that program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
