Enum Lab
Imagine classes, but where the authors have predetermined all the instances that will ever exist.
Categories:
less than a minute
Experimenting with Enumerated Types
📖 Prereq
Be sure to consult the Java Enumerated Types reading on the JMU CS Wiki . You may also enjoy Dr. Bernstein's slides on Developing Enumerated Types With Examples in JavaFor this lab you should:
- Ensure you know how to provide a command line argument for your program .
- complete the steps outlined on Dr. Bernstein’s Lab: Experimenting with Enumerated Types
- Submit your completed
ShowAQI.java
andAirQuality.java
files to the assignment on Gradescope.
Last modified January 16, 2025: Rename deploy.yml to dont_deploy.yml (7438dab)