Commit ab2ef614 authored by elijah vasquez's avatar elijah vasquez 🦍

commit

parent 5846ac09
public class animal { public class animal {
String name; String animalName;
String givenName;
String gender; String gender;
String type;
int age; int age;
int height;
int weight;
int lifespan;
String dietType;
} }
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