Commit 5aff058c authored by Danie's avatar Danie

First commit

parent 0da6d6cf
......@@ -10,7 +10,7 @@ public class choiceSystem {
Scanner keyboard = new Scanner(System.in);
int money = 8900;
String Go, Food, Leftovers, Eat; // a new string needs to be added for each new choice
String Go, Food, Leftovers, Eat; // a ne w string needs to be added for each new choice
System.out.println(" WELCOME TO STUDENT LIFE");
System.out.println(" ");
......@@ -57,6 +57,7 @@ public class choiceSystem {
}
}
//I've added this below to edit and uncomment for the unpack scenario
// if (Go.equalsIgnoreCase("unpack")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment