lundi 6 juin 2022

I am trying to do a patern but don t know how.I want some help if u cab help me

I am trying to do a pattern for so long and i can t make it Pls i need helpp.[This is the image][1]

    public static void main(String[] args) {
  

      int size = 5;
     
      for (int i = 0; i < size; i++) {
        
        for (int j = 5; j < size;j++ ) {
          System.out.print("");
        }
        System.out.println();
      }
    }
  }``` 


  [1]: https://i.stack.imgur.com/SBmvw.png

Aucun commentaire:

Enregistrer un commentaire