class Profile {
public String name;
public String pronouns;
public String school;
public String year;
public String major;
private double GPA;
public String sport;
public String[] hobbies;
public Profile() {
this.name = "Grace Theobald";
this.pronouns = "She/Her";
this.school = "Northeastern University";
this.year = "Fourth-year";
this.major = "Computer Science and Behavioral Neuroscience";
this.GPA = 3.89;
this.sport = "NCAA D1 Rowing";
this.hobbies = {"Mountaineering", "Skiing", "Backpacking", "Guitar", "Audiobooks"};
}
}
Pinned Loading
-
jekhi5/NorthStar
jekhi5/NorthStar PublicA beautifully designed space-themed question/answer forum for curious coders!
TypeScript 3
-
-
-
-
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.

