CodeGym/Java Tasks/Freundliche Worte an den Lehrer

Freundliche Worte an den Lehrer

  • 2
  • Gesperrt
Freundliche Worte an den Lehrer
Sie können diese Aufgabe nicht abschließen, weil Sie nicht angemeldet sind.
Kommentare (17)
  • Beliebt
  • Neu
  • Alt
Sie müssen angemeldet sein um einen Kommentar zu hinterlassen
miriamkouweider2747
Level 1 , Germany, Germany
27 Oktober 2025, 16:41
public class Solution { public static void main(String[] args) { int count=0; while(count<5){ System.out.println("Ellie ist clever"); count++; } }
Ananas Army
Level 1 , Germany
25 Januar 2025, 17:47
public class Solution { public static void main(String[] args) { textausgeben(); textausgeben(); textausgeben(); textausgeben(); textausgeben(); } public static void textausgeben(){ System.out.println("Ellie ist clever"); } }
Anonymous #11541812
Level 0 , Stuttgart, Germany
15 Juli 2024, 21:51
kann mir jemand helfen habe nicht wirklich eine Ahnung davon warum das so ist wie es ist
Anonymous #11394347
Level 0 , Gladbeck, Germany
11 September 2023, 11:19
public class Solution { public static void main(String[] args) { for (int i = 0; i < 5; i++) { System.out.println("Ellie ist clever"); } } }
mrx
Level 0 , Germany
13 Mai 2023, 21:33
//OPEN-QUESTION#best teacher,, THE NEXT WINDOW^AND-MAKE-THE-NEXT
IchNixCode Java [noob] Expert
27 März 2023, 17:22
public static void main(String[] args) { for (int i = 0; i <= 4; i++) { System.out.println("Ellie ist clever"); } }
Roman Zwetzich
Level 4 , Biebertal, Germany
12 August 2022, 07:33
Wie kann man die Aufgabe neustarten ?
John SquirrelsWebsite Admin bei CodeGym
15 August 2022, 11:44
The ReCheck feature is only available to our Premium Pro subscribers and allows users to repeat completed tasks for three more calendar days, after the first successful verification.
johann.schaarschmidt
Level 1 , Germany, Germany
31 Mai 2022, 18:53
Achtung!!! beim letzten Befehl System.out.print
12 November 2021, 19:31
einfach
18 Oktober 2021, 11:24
Ellie ist clever