Two Friends Meet
- Create two different Jeroos
- one Jeroo should start at (0,0) and be facing EAST
- the other should start at (0,23) and be facing west
- they should move at “the same time” and plant flowers in the pattern shown below
- use a single while loop
- the isJeroo( relative_diretion) method might be helpful
- Note: To get 100%
- Your loop MUST end (not infinite)
- You can not use hasFlower()