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:
Engineers are a very beneficial contribution in which offers great solutions to national problems.
Answer:
F=1.47 KN
Explanation:
Given that
Diameter of plate = 25 cm
Height of pool h = 3 m
We know that force can be given as
F= P x A
P=ρ x g x h
Now by putting the values
P=1000 x 10 x 3
P= 30 KPa


F= 30 x 0.049 KN
F=1.47 KN
So the force on the plate will be 1.47 KN.
Answer:
current is measured in Ampere (A)
Answer:
the third statement is true
Explanation:
given data
Lenovos cost more than Dells
Lenovos cost less than Apples
solution
we have given 1st statement that is express as
cost (Lenovo) > cost (Dell) ..................1
and
2nd statement that is express as
cost (Lenovo) < cost (Apple)
so we can say it as
cost (Apple) > cost (Lenovo) ......................2
and
now above Both equation 1 and 2 can be written as
cost (Apple) > cost (Lenovo) > cost (Dell) .........................3
so we can say cost of Apples is more than the cost of Lenovos and the cost of Dells
so as that given 3rd statement is true