Answer:
The program is as follows:
i = 1
while(i<11):
j = 1
while(j<=i):
print('*', end = '')
j += 1
i += 1
print()
Explanation:
Initialize i to 1
i = 1
The outer loop is repeated as long as i is less than 11
while(i<11):
Initialize j to 1
j = 1
The inner loop is repeated as long as j is less than or equal i
while(j<=i):
This prints a *
print('*', end = '')
This increments j and ends the inner loop
j += 1
This increments i
i += 1
This prints a blank and ends the inner loop
print()
Answer:
Both Technician A and B are correct
Explanation:
Methanol is used in internal combustion engines. However, the use of methanol in internal combustion engines has decreased lately even though it was thought to lead to cleaner emissions than gasoline. Methanol internal combustion engines produce formaldehyde which is also an environmental pollutant. Also, the cost of methanol is slightly higher than that of good quality gasoline.
MTBE replaced tetraethyllead as a gasoline additive because the former lead to the emission of particulate lead from automobile exhausts which is a serious environmental pollutant. The use of MTBE has declined over the years due to environmental concerns. It has been banned because it has been found to be a significant groundwater pollutant if gasoline containing MTBE is spilled or leaked at gas stations.
Answer:
a socket can be driven by a flexible head socket wrench, I believe