Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming Exercise 2-14 X M + Instructions Planets.cs >_ Terminal + Create an enumeration named Planet that holds the names for the eight planets in
Programming Exercise 2-14 X M + Instructions Planets.cs >_ Terminal + Create an enumeration named Planet that holds the names for the eight planets in our solar system, starting with MERCURY equal to 1 and ending with NEPTUNE. 1 using System; 2 using static System.Console; 3 class Planets 4 { 5 static void Main() 6 { 7 // Write your main here 8 } 9} 10 Write a program named Planets that prompts the user for a numeric position, and display the name of the planet that is in the requested position. For example, if 3 is input, the output would be: EARTH is 3 planet(s) from the sun Grading When you have completed your program, click the Submit button to record your score
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started