Answer:
Explanation:
find attached the solution to the question
Answer:
# Program is written in Python Programming Language
# Comments are used for explanatory purpose
# Program starts here
# Accept input
Steps = input (Number of Steps: ")
# Calculate distance
distance = float(2000) * float(steps)
#Print Formatted Result
print('%0.2f' % distance)
# End of Program
.--------
The above program converts number of steps to miles.
At line 5, the number of steps is inputted and stored in variable named Steps.
At line 6, the number of miles is calculated by multiplying 2000 by the content of variable Steps
The result is printed at line 8
Answer:
11.2mm or 0.45in
Explanation:
The percent cold work, attendant tensile strength and ductility if drawing is carried out without interruption is given by the equation you will find in the attached file.
Please go through the attached file for a step by step solution to this question.