Please use c++ language to do the following question User-Defined Functions Acti
ID: 3701821 • Letter: P
Question
Please use c++ language to do the following question
User-Defined Functions Activity
Write a program that will convert women’s US shoe sizes into European shoe size( Pick a reasonable conversion from the internet). Allow a woman to input her US shoe size and identify the size in EU size.
Add a function that calculates the total cost if she buys 5 pair at $20 each.
Write a program that converts miles per hour in to kilometers per hour. Allow the user to input their speed.
Add a function that calculates his distance if it takes him 5 hours to visit family.
Explanation / Answer
Conversion of Miler per hour to Kilometers per hour