String class_standing = String::from("Sophomore");
String degree = String::from("Bachelor of Science");
enum Program {
Computational Physics,
Mathematics,
}
String class_standing = String::from("Sophomore");
String degree = String::from("Bachelor of Science");
enum Program {
Computational Physics,
Mathematics,
}