Question: java 1 help. need a for loop for this program, while loop has already been written. thank you output: NASA Mission Control readying for liftoff.
Alter this while loop to be a for loop. Hint: Make sure that your for loop has 3 parts: 1. initialization (where do you want to start counting?) 2. test condition (when should the loop fail?) 3. update statement (are you counting up or down?) Compile and run your program and verify that you still get the following output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
