Commit 1095ed8e authored by sam.pople's avatar sam.pople

space

parent 75927617
No preview for this file type
No preview for this file type
...@@ -70,7 +70,7 @@ public class App { ...@@ -70,7 +70,7 @@ public class App {
Animals.add(Clownfish); Animals.add(Clownfish);
Scanner sc = new Scanner(System.in); Scanner sc = new Scanner(System.in);
System.out.print("Enter code:"); System.out.print("Enter code: ");
String str = sc.next(); String str = sc.next();
if (str == "999"){ if (str == "999"){
System.out.println("Animals: "); System.out.println("Animals: ");
......
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