Assignment EF Lab3
Assignment EF Lab3
Assignment 3
8. The distance between two cities (in km.) is input through the keyboard.
Write a program to convert and print this distance in meters, feet, inches
and centimetres.
9. Write a program to find out distance between two points e.g. (x1, y1) and
(x2, y2).
10.In a town, the percentage of men is 52. The percentage of total literacy is
48. If total percentage of literate men is 35 of the total population, write a
program to find the total number of illiterate men and women if the
population of the town is 80,000.