Commit 97a5e721 authored by elijah vasquez's avatar elijah vasquez 🦍

commits

parent ab2ef614
File added
File added
// The Zoo // The Zoo
import java.util.ArrayList; import java.util.ArrayList;
public class main { public class main {
String name; public static void main(String[] args){
String area; ArrayList<animal> animals = new ArrayList<animal>();
Arraylist<animal> animals;
static int id;
} }
}
\ No newline at end of file
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