
- Last Activity:
- Aug 13, 2022 at 11:38 AM
- Joined:
- Jun 12, 2022
- Messages:
- 18
- Likes Received:
- 2
- Trophy Points:
- 0
- Gender:
- Male
- Location:
- Germany
- Loading...
- Loading...
-
About
- Gender:
- Male
- Location:
- Germany
Code:public class Main() { public void static main(String[] args) { printMessage("hello!"); printMessage("my name is Niclas and im 18 years old from germany"); printMessage("i like programming and music production"); printMessage("i love to help beginners in java even though i am a beginner myself"); printMessage("and i use IntelliJ for java"); } private static void printMessage(String message) { System.out.println(message); } }
Interact
Signature
think once recode nine hundred times