bonjour
je veux transformer ce prg en triangle équilatéral
Code :
- public class WhileTest
- {
-
- public static void main(String[] args) throws Exception
- {
- int k=0;
- System.out.println();
- for(int i = 0; i <7; i++)
- {
- for(int j = 0; j <i; j++)
- {
- k = k + 1;
- System.out.print(k);
- System.out.print(" " );
- }
- System.out.println("" );
- }
- }
- }
|
quelqu'un peut peux m'aider svp
***** 1
**** 2 2
****3 3 3
** 4 4 4 4
**5 5 5 5 5
ainsi de suite