Question: Create a program with an enumeration that contains the names of the eight planets in our solar system. Prompt the user for a planet name
Create a program with an enumeration that contains the names of the eight planets in our solar system. Prompt the user for a planet name and use the ordinal () method to display the planet’s position. Save the file as Planets.java.
Step by Step Solution
3.44 Rating (167 Votes )
There are 3 Steps involved in it
import javautil Scanner public class Planets enum Planet MERCURY VENUS EARTH MARS JUPITER SATURN U... View full answer
Get step-by-step solutions from verified subject matter experts
