Programming can be used to assist users in completing complex calculations very quickly. As seen in class practices, we were able to calculate the area of geometric shapes, figure out the number of calories in cookies, and even calculate a restaurant bill.
For this assignment, you will take input from the user to provide interactive messages and to solve the following word problem:
Engineers often need to convert between different types of units to perform calculations that follow standard formulas. One very common conversion involves converting distances. List the steps, by writing pseudocode, which explains how you would ask the user to provide the distance in miles and would display: 1) The distance in kilometers, 2) the distance in feet, 3) the distance in yards.
Example:
The program asks the user to provide their name and displays a greeting message that explains its purpose. The program requests the distance in miles. The user provides the number 158 for miles. The program calculates and displays the results of 1) 254.28 kilometers, 2) 834240 feet, 3) 278080 yards

could you show me the programming using the pseudocode at idle? little confused