public User {
    String name = "William Orlopp";
    int age = 21;
    String major = "Computer Science";
    String university = "University of California, Davis";
    boolean isUndergraduate = true;
    int year = 3;
}
Note:

Aside from the information above, I am very passionate about everything having to do with coding and tech. I chose my major because of the amazing teachers I had growing up in high school who encouraged me to pursue what I was good at and what I was enthusiastic about. I am the first person in my family who has ever done anything hands-on, whether it be fixing things around the house or coding in general.

While I have not had much experience creating physical things, I have had experience fixing mechanical and electrical things, as well as building my own PC. With this, I hope to continue my time at UC Davis's graduate program and continue seeing how software and coding can interact with the physical world.