here is my code whats wrong with it?? public class Solution { public static void main(String[] args) { Person person = new Person(); } public static class Person { String name; } int age; } int weight int money;