method main()
{
   //--- instantiate the Jeroo ---
   Jeroo Kim = new Jeroo();

   //--- get the flower ---
   *** INSERT CODE TO CALL METHOD getFlower

   //--- disable the net ---
   *** INSERT CODE TO CALL METHOD disableNet

   //--- finish up ---
   *** INSERT CODE TO CALL METHOD goHome 

}  //===== end main() =====