Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package br.teste;
- public class GradeEstudante {
- public static void main(String[] args) {
- int[][]tabuada=new int [11][11];
- for(int i=0;i<tabuada.length;i++)
- {for(int j=0;j<i;j++)
- {int columnA=[i]*[j];}
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment