Write a function named canDriveCar
that receives 2 parameters:
user
car
and returns a boolean indicating if the user can drive the car or not.
Note: anybody can drive a car if it has at least 18 years old or if the car has an engine smaller than 1000cc.
user
=car
=