Answer:
The code is given below in Python with appropriate comments
Explanation:
# convert list to set
male_names = set(['Oliver','Declan','Henry'])
# get remove and add name from user
remove_name = input("Enter remove name: ")
add_name = input("Enter add name: ")
# remove name from set
male_names.remove(remove_name)
# add new name ij set
male_names.add(add_name)
# sort the set
a = sorted(male_names)
# print the set
print(a)
Answer:
Automatic transmissions should be in Drive and Manual transmissions should be in first gear.
Answer:
ΔP=19.76 KPa

Explanation:
Given that

atmospheric pressure = 100 kPa.
So absolute pressure = Atmospheric pressure + gauge pressure
(absolute)
(absolute)
Here volume of air is constant .We know that for constant volume pressure

here





(absolute)
So rise in pressure

ΔP=329.76-310 KPa
ΔP=19.76 KPa






Δm=0.090615 - 0.090614 kg
