public static class Human { // напишите тут ваш код String name; boolean sex; int age; Human father; Human mother;