public class main
{
public static void main(String [] args)
{
Alpha Epsilon = new Alpha();
String[] Sigma = new String[52];
Sigma = Alpha.populatearrayldb;
try
{
thread.sleep(500);
}
catch(InterruptedException n)
{}
}
try
{
Thread.sleep(1000);
}
catch(InterrptedException n)
{}
else{
System.out.print(Sigma[i]);
try
{
thread.sleep(500);
}
catch(InterruptedException n)
{}
}
}
I AM GETTING THE ERROR ILLEGAL START OF TYPE ON LINE 16. WHY???