Hallo ich studiere jetzt bwl und wir haben auch Programierung mit java. Jetzt soll ich ein programm kompilieren . Wie mache ich das? Bei Windows Xp? und dann soll ic aus folgendem die Fehler beseitigen:
class VeryBuggy {
public static Void main(String{} args) {
int zahl1 = 17;
short zahl2
zahl2 = zahl1;
zahl3 = zahl2*zahl1+23;
int zahl1 = zahl3/5;
System.Out.print(Das Ergebnis ist :);
System.out.println(zahl1);
}
kann mir da bitte jemand helfen? Bitte Bitte