here is me code plz explain what to do I didn't get it public class Solution { public static void main(String[] args) { Man } public static class Man { public int age; public int height; public Woman wife; } public static class Woman { public int age; public int height; public Man husband;