package studyjava; public class Structure { int age; String name; String sex; public void eat(){ System.out.println("i will eat"); } }