Skip to content

mypage-solutions/mypage-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

public class Me extends Person {
    private final String firstName = "Mykhailo";
    private final String lastName = "Musiienko";
    public String email = "m_musienko@outlook.com";
    public String status = "I’m currently learning Java";
    public String[] skills = {"Java", "JavaScript", "HTML", "CSS"};
    public void sayHello() {
        System.out.println("Hello there!");
    }
}

Feel free to get in touch. You can email me at:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published