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 Lab 10 assignment on Gradescope.