here are the reasons why Maggie did not have a flood insurance.
C. She felt she needed to save money.
D. She may have misunderstood her basic homeowners policy.
E. Her expenses were already high before paying for insurance.
According to the question, Maggie did not have enough money. She already had more than enough expenses.
The passage also said that there were months that the amount that she had was hardly enough to take care of basic needs.
She did not understand the home owners policy because she was told that they would offer it to her at an additional cost. She may have thought that she already had it covered.
Answer:
Collusion and Competition
The key contribution that was the identification of the major functions of management which are planning, leading, organizing, and controlling is; Administrative management
<h3>Administrative Management</h3>
Administrative Management is defined as a type of management that has to do with the management of every part of an organization.
Now, the administrative managers are responsible for planning, organizing, leading, controlling, and coordinating and stating the need for budgets and controls.
In conclusion, this type of management is basically one that seeks to make an organization more efficient.
Read more about administrative management at; brainly.com/question/25759934
Answer:
i believe that the correct answer is true
The code that read two numbers from user input, then, print the sum of those numbers are as follows:
x = int(input("write a number: "))
y = int(input("write another number: "))
print(x + y)
<h3 /><h3>Code explanation</h3>
- The first line of code ask the user for a number input. The integer input is stored in a variable x.
- The second line of code ask the user for another number input . The integer input is stored in a variable y.
- Finally, we print the sum of the user's input.
learn more on python code here: brainly.com/question/15183327?referrer=searchResults