public class AboutMe {
public static void main(String[] args) {
AboutMe matoAnselmo = new AboutMe("Mateus", 15, EnumLocale.BR, Arrays.asList("Java", "Go", "C#", "Gleam"));
System.out.printf("Hello! I'm %s a %s year old wandering around the internet.",
matoanselmo.getName(), matoanselmo.getAge());
System.out.println("Languages I know: " + String.join(", ", matoAnselmo.getLanguages()));
}
}
😀
Yes.
Highlights
- Pro
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.