import java.util.ArrayList;
public class DatCodeMania {
private String name;
private int age;
private String occupation;
private ArrayList<String> programming_langs;
private ArrayList<String> human_langs;
public DatCodeMania() {
this.age = 15;
this.occupation = "High school student, pursuing Computer Science.";
this.programming_langs = new ArrayList<String>();
programming_langs.add("Python - Intermediate");
programming_langs.add("Java - Beginner-Intermediate");
programming_langs.add("Go - Beginner");
this.human_langs = new ArrayList<String>();
human_langs.add("English - fluent");
human_langs.add("Russian - fluent");
human_langs.add("German - fluent");
human_langs.add("Spanish - studying - intermediate");
human_langs.add("Mandarin - studying - beginner");
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
DatCodeMania/DatCodeMania
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published