Answer:
Explanation:
We use kinetic friction when a body is moving i.e. for calculations.
Static friction is used when a body is in rest while kinetic friction is used when a body is moving and its value is quite low as compared to static friction .
Static friction value increases as we apply more force while kinetic friction occurs when there is relative motion between bodies.
Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
Answer:
if you are speaking of the acronym then Engineering uses science and mathematics to solve everyday problems in society
Answer:
Lay the person down and elevate thier legs slightly.
Explanation: