using System; using System.IO; using System.Collections.Generic; using System.Data.Common; namespace Exercises_C_Sharp.E11_For; class Exercise_3 { public static void Start() { //Lassen Sie den User eine Zahl eingeben: //Code START int userinput = -1; //Code ENDE //Geben Sie so oft auf der Konsole das Wort "Hallo!" mit Hilfe einer For-Schleife aus: //Code START userinput *= -1; //Code ENDE } }