Answer:
It depends on the mail service, but usually there should be a "sent" category.
Explanation:
Under "drafts" there should be an option to "show more" click that then scroll down to sent. from there you should be able to see any email sent from your account.
<h2>
Answer:</h2>
(b) 14 days
<h2>
Explanation:</h2>
In the presence of thousands of mails each day or week, controlling what items to keep in an archive for cleaning up purposes becomes important. To do this, Outlook comes with an option called AutoArchive. The default setting in relation to when AutoArchive will run is 14 days. To change this setting, user will need to do the following:
i. Navigate to File > Options > Advanced
ii. Under the AutoArchive menu, click on the AutoArchive settings
iii. Change the settings however way they want.
Technician A is correct, there could be water or other contaminant in the brake fluid reservoir. The swollen cap needs to be replaced, some sell only the rubber part of the cap which could help save you money.
If( caryear >= 2000 ):
print "probably has air bags.\n"
elif( caryear >= 1990 ):
print "probably has anti-lock brakes.\n"
elif( caryear >= 1970 ):
print "probably has seat belts.\n"
else:
print "probably has few safety features.\n"