what is wrong with this my code trying to run it given me error need help to correct 5189704

What is wrong with this my code ? Trying to run it given me error, need help to correct the error.

import java.util.Scanner;
public class TwoDArray
{
public static void main(String[] args)
{
int[][] a = new int[5][5];
int i,j, sum=0;
Scanner keyboard = new Scanner(System.in);
for (i=0; i           for (j=0; j                    a [i] [j] = keyboard.nextInt ();
for(i=0; i {
     for (j=0; j                System.out.print (a[i][j] + “t”);
     System.out.println();
}
for(i=0; i           for(j=0; j               sum+=a[i][j];
System.out.println(“The sum of all elements is : “ + sum );
}
}

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now