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

commits

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