this is my code plz explain whats wrong here 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;