package com.codegym.task.task02.task0202;

/*
Where does a Person come from?

*/
public class Solution {
    public static void main(String[] args) {
        VariableType variableName = new TypeOfObjectBeingCreated(person);
        VariableType.TypeOfObjectBeingCreated(person);
    }

    public static class Person(String TypeOfObjectBeingCreated){
       String VariableType;
       String name;
       int age;
       int weight;
       int money;
    }
}