- main(String[]) - Static method in class CollegeDemographics
-
The main in this class is used for testing.
- Main - Class in <Unnamed>
-
Main driver for the program.
- Main() - Constructor for class Main
-
- main(String[]) - Static method in class Main
-
The primary entry point for the program.
- main(String[]) - Static method in class MajorDemographics
-
Testing is important, and arguably, as MajorDemographics can be a self contained class
it is very important to test for correctness.
- main(String[]) - Static method in class Tag
-
You must write tests for this program, and we will check that the following
tests have been implemented - at a minimum.
- majorCount - Variable in class CollegeDemographics
-
The total number of majorDemographics *currently* stored in the array.
- majorDemographics - Variable in class CollegeDemographics
-
An array that contains the majorDemographics.
- MajorDemographics - Class in <Unnamed>
-
Keeps track of the total count the gender demographic category for a
major.
- MajorDemographics(String) - Constructor for class MajorDemographics
-
- maleCount - Variable in class MajorDemographics
-
Counter for the number of male identifying students in a major.