Commit 5846ac09 authored by elijah vasquez's avatar elijah vasquez 🦍

commit

parent e55cd632
public class animal {
String name;
String gender;
String type;
int age;
}
// 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
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