Question: Use JAVA to complete the following task. - A family has decided to build a group of totems to mark the center of their community.

Use JAVA to complete the following task.

- A family has decided to build a group of totems to mark the center of their community. For this project, each pole will consist of an eagle at the top, followed by cycles of the following two figures: whale and human. The figures are stylized in our system as follows:

Use JAVA to complete the following task. - A family has decidedto build a group of totems to mark the center of their

- Write and test three static methods, one to output each of the stylized figures that will be on the totems. The method signatures for those methods are as follows: public static void eagle(); public static void whale(); public static void human();

- Test your methods by writing a main method that calls all three and confirms to you that the methods produce exactly the figures above. (This main method should be considered your tester: you create it to test your own work.)

-Your program should output an appropriate title screen.

- Ask the user to input the number of figures on the pole.

- Use the following algorithm, output up to (may be smaller) the specified number of figures: there is always only 1 eagle on each pole, at the top, and whale-human figures are always paired, with a human below each whale.

Eagle - 5 11-111111111-1\ \//WWW /////-~~~~~war ~ ~ ~ ~ \ l. I l/-~..........\\\\\ Whale: 1---- ... ., , ! ,'I \I all\

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!