I dont kow whats wrong can anyone help me package com.codegym.task.task02.task0202; /* Where does a Person come from? */ public class Solution { public static void main(String[] args) { String ball = "round"; } public static class Person { String name = "Onome"; int weight = 43; int money = 44; int age = 10; } } //whats wrong with my code