Hi to all programmers..
i have a problem about this code .. i don't know what to do to this code.. i change a lot of code .. but always appear the error "illegal start of expression" .. I'm a newbie in Java.. please help me in this case.. thanks..
import javax.swing.*;
public class Change {
public static void main (String[]args)
{
String m1, m2, m3, m4, m5, m6, m7, m8, asa, m0, naman, temp="";
int x, a;
String[] m9= new String[15];
String[] m10= new String[15];import javax.swing.*; // (here) illegal start of exp.
public class Change { // (here) illegal start of exp. with ';' expected