public class Solution { public static void main(String[] args){ Person Person = new Person();//write your code here } public static class Person { String name; int age; int weight; int money;//write your code here