generated from technolyceum/Git-Scavenger-Hunt
Initial commit
This commit is contained in:
13
src/main/java/com/csase/PlannerRunner.java
Normal file
13
src/main/java/com/csase/PlannerRunner.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.csase;
|
||||
|
||||
public class PlannerRunner {
|
||||
public static void main(String[] args) {
|
||||
|
||||
// Create a new student
|
||||
Student jada = new Student();
|
||||
|
||||
// Gets the student's choice until the student exits
|
||||
jada.getChoice();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user