Question: 4.5.2: For loop: Print N to 0 CHALLENGE Write code that prints: userNum21 Blastoff! Your code should contain a for loop. Print a newline after

4.5.2: For loop: Print N to 0 CHALLENGE Write code that prints: userNum21 Blastoff! Your code should contain a for loop. Print a newline after each number and after Blastoff!, Ex: userNum = 3 outputs: 2 Blastoff! 1 import java.util.Scanner; 1 test 3 public class CountdownRocket 4 public static void main (String [] args) { 5 46 int userNum; int i; ll tests 8 9 userNum 3; Your solution goes here 10 12 13) Run
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
