Illegal start of expression? public class Cars { public Cars( String make, String model, int year, int price ) { private string make; //illegal start of expression private string model; //illegal start of expression private int year; //illegal start of expression private int price; //illegal start of expression } public static void main( String args[] ) { Cars car1 = new Cars ( "Ford", "Focus", 2009, 15550 ); Cars car2 = new Cars ( "Toyota", "Camry", 2008, 22355 ); Cars Read more [...]
Source: http://chevycorvettez.info/illegal-start-of-expression/
Tidak ada komentar:
Posting Komentar