Search:

Type: Posts; User: stathisxm

Search: Search took 0.40 seconds.

  1. Re: I have to send this tomorrow again and i don't have any idea what's wrong

    Yeah i did it for both and its still the same.
  2. Re: I have to send this tomorrow again and i don't have any idea what's wrong

    I have already tried it, it doesn't seem to be the problem.
  3. I have to send this tomorrow again and i don't have any idea what's wrong

    class App2 {

    public static void main (String args[]){

    final int a=5;
    final int b=3;

    int[][] Table= new int[a][b];

    Table[0][0]=182;
Results 1 to 3 of 3