I have been running into the same problem, they haven't said anything but that might be the case.
Before starting an inboard gasoline engine, you should
remove the engine cover completely to let the engine air out. Next is to change
the fuel filter or the water separator. Marine fuel filters and water
separators help draw water from the boat fuel, therefore protecting the motor
from the water. If water were to get in, it could cause serious problems.
You should also consider changing the engine oil. This is
especially so if the motor boat has been sitting around for a while. The fourth
step is to change the oil filter. It is recommended that the oil filter is
changed every 100 hours or every season. Other steps include;
Recharge the battery.
Refuel your boat.
Check the cooling system.
Answer:
Safe work practices are generally written methods outlining how to perform a task with minimum risk to people, equipment, materials, environment, and processes
Explanation:
Answer:
in what language?
python
```
while (1):
x = eval(input("What is your age?"))
if x>=20:
print("You can vote")
else :
print("You can't vote")
```
Explanation:
you get the user input for his age then you do an if statement to check if it is less or greater than 20 and print yes id it is =20 or bigger than 20 else you print no