Avoid- Failing to do certain things to eliminate the possibility of risks.
Transfer-<span>Moving the risk to another party or organization
that is ready to share the risk financially
or otherwise.
Accept-</span><span>Considering the negative impact involved in a
project and carrying it out in spite of the risks.
</span>Mitigate-<span>Lowering the level of risks by making changes
in your plan.</span>
Answer:
see explaination
Explanation:
a)
customerRecord.lastName
b)
customerPtr->lastName or (*customerPtr).lastName
c)
customerRecord.firstName
d)
customerPtr->firstName or (*customerPtr).firstName
e)
customerRecord.customerNumber
f)
customerPtr->customerNumber or (*customerPtr).customerNumber
g)
customerRecord.personal.phoneNumber
h)
customerPtr->personal.phoneNumber or (*customerPtr).personal.phoneNumber
i)
customerRecord.personal.address
j)
customerPtr->personal.address or (*customerPtr).personal.address
k)
customerRecord.personal.city
l)
customerPtr->personal.city or (*customerPtr).personal.city
m)
customerRecord.personal.state
n)
customerPtr->personal.state or (*customerPtr).personal.state
o)
customerRecord.personal.zipCode
p)
customerPtr->personal.zipCode or (*customerPtr).personal.zipCode
Answer:
Explanation:
We could find different kind of tags in HTML, in this case, we can choose the tag <p> we're going to see all the items about this tag.
We can close the tag with the symbol /
<p> example </p>
We can add id or class in this tag
<p id="example"> example </p>
<p class="example"> example </p>
this help up to add CSS code, but we can add style direct in the HTML code:
<p style="color: red;"> example </p>
In this example the text going to be color red