draw on single figure and form spiral
Answers
Explanation:
Here, the user is first asked to enter the number of elements. This number is assigned to n.
If the user entered integer is greater less than 1 or greater than 100, the user is asked to enter the number again. This is done using a while loop.
Then, we have iterated a for loop from i = 0 to i . In each iteration of the loop, the user is asked to enter numbers to calculate the average. These numbers are stored in the num[] array.
Spatial Order
This type of organization takes the reader from one spot the next, as if the reader were looking at something. It
is very descriptive.
Example:
I couldn’t believe my eyes when we finally emerged from the storm shelter. Where the barn once stood
there was now only a few tufts of hay. The path that led to the house was scattered with branches and
debris. The house! The entire roof was gone. The north wall was caved in and we could see right into the
house. Well, what was left of it. Tears rolled down my cheeks as I noticed that most of our belongings had
been sucked up into the great vacuum and scattered across the countryside. We heard a loud cracking and
moaning as the west wall gave way and collapsed, sending up a wave of dust. And yet, there in the middle
of the front yard was mother’s prized rose bush. It swayed in the breeze as if nothing had happened. Seeing
it made me realize how lucky we were to be alive. We stood there in dismay, our arms locked around one
another.
Climactic Order
This type of organization takes the reader from the least important idea to the most important idea. The ideas
build in importance, holding the reader's attention. The best is saved for the last.
Example:
My encounter with nature became a learning experience for me. I learned to come prepared for anything.
Our canoe overturning was proof that anything could happen. All of our supplies were gone. I also learned
that although nature is beautiful, she can also be deadly. If it hadn’t been for the cave we discovered in the
moonlight, the hail storm surely would have killed us. Most of all, I learned to trust my mother. I never
thought I would say this, but she does know a thing or two. She kept her wits about her and kept me calm as
well. Even in the middle of nowhere without any supplies, she still managed to take care of me. Her
grandfather had taught her how to survive in the wild, and she hadn’t forgotten a thing.
Reverse Climactic Order
In this type of organization, the most important idea is stated first and the least important idea is stated last. This
method is used most often in newspaper articles. This way if the reader does not finish the article he/she will
still know the most important details. This method grabs the reader's attention in the beginning, but it does not
work very will in holding the reader's attention clear to the end.
Example:
A plan to improve the city’s park was approved Monday night by the city council. The plan involves adding
landscaping to the north end, rebuilding the bridge over the lake, and updating the playground equipment.
Funds for the project have been donated by local businesses who hope that improving the park will bring
more people to the downtown area which will in turn bring more customers. The next order of business is
for the city council to open the bidding process for the various improvements.Here, the user is first asked to enter the number of elements. This number is assigned to n.
If the user entered integer is greater less than 1 or greater than 100, the user is asked to enter the number again. This is done using a while loop.
Then, we have iterated a for loop from i = 0 to i . In each iteration of the loop, the user is asked to enter numbers to calculate the average. These numbers are stored in the num[] array.