Not understanding where iam wrong anyone help me? public class Solution { public static void main(String[] args) { //write your code here Person person = new Person(); person(); } public static class Person { //write your code here String name; int age; int weight; int money; } }