// Method name: getFlower // Parameters: none // Precondition: method called on a Jeroo starting in location (0,0) of island Angel.jev facing EAST. // Postcondition: the Jeroo has the flower and is facing EAST. method getFlower () { *** INSERT CODE HERE } // Method name: disableNet // Parameters: none // Precondition: method called on a Jeroo who has just obtained the flower on island Angel.jev // Postcondition: the Jeroo has disabled the net on island Angel.jev method disableNet () { *** INSERT CODE HERE } // Method name: goHome // Parameters: none // Precondition: method called on a Jeroo who has just disabled the net on island Angel.jev // Postcondition: the Jeroo is inside its home (upper right corner) of island Angel.jev method goHome () { *** INSERT CODE HERE }