Answer:
Which statements describe the movement of ocean currents around the globe? check all that apply. strong winds force warm water to sink to the ocean floor. the coriolis effect causes warm and cold water to mix. cool dense water sinks to the ocean floor. warm water replaces cool surface water. wind blowing parallel to the shore causes upwelling of cool water.
Explanation: i think this might help
It is force because work/distance= force
Answer:
The code is written in python in the explanation section below
Explanation:
a_feet = int(input("Input the feet of the first fabric: "))
a_inches = int(input("input the size in inches for the first piece of fabric: "))
b_feet = int(input("input the size in Feet for the second piece of fabric: "))
b_inches = int(input("Enter the size in Inches for the second piece of fabric: "))
sum_inches = a_inches + b_inches
inches_to_feet = sum_inches // 12
rem_from_div = sum_inches % 12
sum_feet = a_feet + b_feet + inches_to_feet
print("Feet: {} Inches: {}".format(sum_feet, rem_from_div))
Answer: Some challenges that I could see would be the walls, possibly a moat, tar, and the towers.
Explanation: The wall is obliviously a main problem, trying to get over it or through it is a difficult challenge. The moat (if it has one) means that there is more than likely only one way to get in or out. If it does have tar it means that the attackers are going to be put in a "sticky situation" And finally the towers, they have people at the top shooting arrows down at you, or throwing things at you.