Question: How many stars does the following program print? for (int i=19;i>1;i-=2) { for (int i=1;jci;j+-3) System.out.print(***); for (int j20; j>=0;0--4) System.out.print(**); } A) 206 B)

How many stars does the following program print? for (int i=19;i>1;i-=2) { for (int i=1;jci;j+-3) System.out.print("***"); for (int j20; j>=0;0--4) System.out.print("**"); } A) 206 B) 207 C) 208 D) 209 E) 210
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
