Commit 2394352d authored by jose.alencastro's avatar jose.alencastro

ok

parent b5b65387
import java.util.ArrayList;
import javax.swing.text.StyledEditorKit.ForegroundAction;
public class Zoo;
{
String food;
String description;
String environment;
String animalType;
public Zoo(String food, String description, String environment, String animalType)
}
\ 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