public class StellDichVor1 {
static void main() {
String vorname = "Fabian";
String wohnort = "Gechingen";
int alter = 19;
char geschlecht = "m";
System.out.println("Mein Vorname ist " + vorname + ".");
System.out.println("Ich wohne in " +wohnort + " und bin "+ alter + " Jahre alt.") ;
System.out.println("Mein Geschlecht lässt sich mit " + geschlecht +" abkürzen");
}
} Join the Discord to ask follow-up questions and connect with the community
🔥 ~ LERNE PROGRAMMIEREN! Egal ob Anfänger oder Fortgeschritten: Wir bieten Coding-Hilfe, verständliche Tutorials & eine nette Community 💖
3,554 Members
Join