DINO_CH

Untitled

Jan 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. package br.teste;
  2.  
  3. public class GradeEstudante {
  4.  
  5.     public static void main(String[] args) {
  6.    
  7.     int[][]tabuada=new int [11][11];
  8.    
  9.     for(int i=0;i<tabuada.length;i++)
  10.         {for(int j=0;j<i;j++)
  11.             {int columnA=[i]*[j];}
  12.    
  13.  
  14.     }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment