i wrote the following lines in android studio: int[] a=new int [10]; a[0]=1;
the second line has these errors: unknown class a unexpected token identifier expected please help -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/c88a830e-7208-4cad-8aad-abcf56887dec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

