Answered step by step
Verified Expert Solution
Question
1 Approved Answer
W Now + Submit + Continue Save Output Docs Assignment Grade Mone CYOA.Java 5 points Status: Not Submitted 5.3.7 C.Y.O.A. Layout 1. import java.util.Scanner; z
W Now + Submit + Continue Save Output Docs Assignment Grade Mone CYOA.Java 5 points Status: Not Submitted 5.3.7 C.Y.O.A. Layout 1. import java.util.Scanner; z 3 public class CYOA 4. { { 5 public static void main(String[] args) 6 { 7 // Start here! 8 } 9} 10 Files One way we can use comments is to help us layout our program before we actually type code. For this exercise you are going to create the structure for 8 Choose Your Own Adventure vacation using only comments. Your vacation can be to anywhere school appropriate. It should give the user at least two destination options, with at least two activity options for each destination for a total of at least 4 endings. 4 . Here is an abbreviated example to help: : //Intro //First choice: Atlantis or Ribe // User Chooses Atlantis // List Things to do/see in Atlantis // User Chooses Ribe Your program should have 10 to 15 comments to help layout the structure. Writing Classes 5.1 5.2 5.3 o V L o 5.4 5.5 5.6 5.7 5.8 5.9 5.10 5.11 1
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