Hello! I have an overstack error, I’m not too sure how to fix it….
Question Answered step-by-step Hello! I have an overstack error, I’m not too sure how to fix it…. Hello! I have an overstack error, I’m not too sure how to fix it. Instructions/Expected outcome:Image transcription textThe starter files Astronaut.java andMarsCrew.java represent the crew of amission to Mars. MarsCr… Show more… Show moreImage transcription text1/ // Expected program outputs 11- // Notethat your codes may be tested with moretestcaes when needed / / for th… Show more… Show more Here’s my code: class1: the overstack error is occurring in this classimport java.util.*;// MarsCrew must extend Object. // 0 points if MarsCrew does not extend Objectpublic class MarsCrew extends Object implements Iterable


