Ihr Erstes Programm
Aufgabe
Swipe to start coding
Ersetzen Sie die Zeile //replace this line with your code
durch den Code, der Hello World!
auf dem Bildschirm anzeigt.
Lösung
solution
9
1
2
3
4
5
6
7
package com.example;
public class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 6
9
1
2
3
4
5
6
7
package com.example;
public class Main {
public static void main(String[] args) {
// replace this line with your code
}
}
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen