public class Solution { public static void main(String[] args) { //write your code here Man man = new man(); Women women = new women(); women.husband = man; man.wife = women; }