ayuda por favor | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

ayuda por favor

Ocupo hacer este programa con while y do-while sustituyendo el for public class programa14{ public static void main (String[]args){ int a; a=6; int b,c; for (b=0;b<6;b++) { for (c=6-b;c>0;c--) { System.out.print(a); } System.out.println(); a=a-1; } } }

11th Mar 2019, 2:20 PM
hehwhs hsjavqbdvqha
hehwhs hsjavqbdvqha - avatar
1 Answer
0
¿Cambiar de "for" a "while"?
12th Mar 2019, 2:04 PM
Owenizedd
Owenizedd - avatar