Question: Write a program that uses nested loops to print the following pattern; the user enters the number of lines: 1 1 2 1 1 2
Write a program that uses nested loops to print the following pattern; the user enters the number of lines: 1 1 2 1 1 2 4 2 1 1 2 4 8 4 2 1 1 2 4 8 16 8 4 2 1 1 2 4 8 16 32 16 8 4 2 1 1 2 4 8 16 32 64 32 16 8 4 2 1 in Java.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
