question archive We are developing a Delorean Test Drive game with our friend Emmett Brown
Subject:Computer SciencePrice: Bought3
We are developing a Delorean Test Drive game with our friend Emmett Brown. The game will be a test drive of our time travel machine. The user will start with a vehicle that is stopped (0 mph). We will display to the screen that the user's current speed is 0mph. We will then ask them if they want to accelerate or brake. If they accelerate, then 10mph is added to their speed. We will then ask them if they want to accelerate. We kbeep asking them and keep adding 10mph to their speed until they tell us to stop. Once we stop we will print out the top speed that they achieved. There is one twist to our program - if they do not stop before going more than 88 mph, the program automatically hits the breaks and lets them know that they have travelled in time. Create the program in JavaScript for this.