Skip to content
View Jannick05's full-sized avatar
🦔
ok I pull up
🦔
ok I pull up
  • Denmark
  • 13:10 (UTC +02:00)

Highlights

  • Pro

Block or report Jannick05

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jannick05/readme.md
public class Jannick {
    private int age = 18;
    private int height = 190;
    private String gender = "boy";
    private String color = "blue";
    private String country = "Denmark";

    public String[] getProfile() {
        return new String[] {
            "age = " + age,
            "height = " + height,
            "gender = " + gender,
            "color = " + color,
            "country = " + country
        };
    }
}

public class AboutMe {
    public static void main(String[] args) {
        String[] aboutMe = new Jannick().getProfile();
        for(String information : aboutMe) {
            System.out.println(information);
        }
    }
}

Pinned Loading

  1. HeadChatAPI HeadChatAPI Public

    Java