public static class Person { //write your code here String name; int age(); int weight(); int money(); Person person = new Person(); } }