Skip to content
View efloresz's full-sized avatar
💻
💻
Block or Report

Block or report efloresz

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
efloresz/README.md

330307847022211 star

github-header-image (9)

330307847022211

// -*- About me -*- 
public class Information {
    private String name, school, location, major;
    private String[] languages;

    public Information(String name, String school, String location, String major, String[] languages) {
        this.name = name;
        this.school = school;
        this.location = location;
        this.major = major;
        this.languages = languages;
    }

    public static void main(String[] args) {
        Information info = new Information(
            "Emily Flores",
            "University of Massachusetts Amherst",
            "Newton, MA",
            "Computer Science",
            new String[]{"Python", "Java", "JavaScript", "HTML", "CSS"}
        );

        System.out.printf("Name: %s\nSchool: %s\nLocation: %s\nMajor: %s\nLanguages: %s\n",
            info.name, info.school, info.location, info.major, String.join(", ", info.languages));
    }
}
Github Statistics Github Streak
Emily Flores's GitHub stats efloresz's github streak

Pinned

  1. Data-NotebookEF Data-NotebookEF Public

    Notebook for weekly project deliverables

    Jupyter Notebook

  2. MusicGenerator MusicGenerator Public

    Implements API to generate similar music artists based on user input.

    Java

  3. BookShop-Management-System- BookShop-Management-System- Public

    Open Source simple console book store application

    C++ 2

  4. Healthify Healthify Public

    IOS Mobile application to track, capture, and share your moments to a healthier lifestyle

    Swift

  5. EdTech-Support-Chatbot EdTech-Support-Chatbot Public

    Notebook for weekly deliverables

    Python

  6. JoseDiazCodes/DiversityCodes JoseDiazCodes/DiversityCodes Public

    JavaScript 2