Garden Planting:

Create a program that uses original methods and control structures to solve this problem: The south side of the island gets better sunlight than the north side. Have a jeroo start on the north shore of the island, pick all the flowers that are planted in rows on the north side and replant them on the south side by the water.

Decide: you can plant the flowers in any configuration you like as long as they are arranged in rows on the south side of the island when your program is finished.

Plan FIRST!

Basic outline of program: High-level algorithm.

 

 

 

 

Some things to consider:

Methods you plan to use: (you MUST use at least 3)

 

 

 

 

 

   

Your program should work for any of the following islands (and any other island that fits the requirements):

The islands start out as illustrated above. When finished all flowers have been replanted on the South side of the island filling in each row from the bottom up..