Moin Moin
Ich hab ein kleines Problem mit meinem Javaeditor der sagt mir folgendes:
Compiliere D:\Dokumente und Einstellungen\Theo\Anwendungsdaten\JavaEditor\Hoot.java mit Java-Compiler
Hoot.java:11: ';' expected
public static void main(String[] args) { for (int zahl=1; Zahl<=10,Zahl++);
^
1 error
("^" das ding steht unter args)
so und das sollte ich eingeben:
public class Hoot {
public static void main(String[] args) { for (int zahl=1; Zahl<=10,Zahl++);
System.out.print (Zahl+"*")
}
Was nun? Kann mir jmd helfen?
Mfg Theo