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:
(a) The force sustained by the matrix phase is 1802.35 N
(b) The modulus of elasticity of the composite material in the longitudinal direction Ed is 53.7 GPa
(c) The moduli of elasticity for the fiber and matrix phases is 124.8 GPa and 2.2 GPa respectively
Explanation:
Find attachment for explanation
Answer:
2.5 is the required details
Answer:
transmission, driveshafts, differential and axles
Explanation:
The powertrain consists of the prime mover (e.g. an internal combustion engine and/or one or more traction motors) and the drivetrain - all of the components that convert the prime mover's power into movement of the vehicle (e.g. the transmission, driveshafts, differential and axles); whereas the drivetrain does not.