C# Assignment

Order Description

Design an application that converts miles into feet and its equivalent metric kilometer measurement. Declare and initialize miles to 4.5. Show your miles and kilometers formatted in two positions to the right of the decimal. Feet should both be shown with no positions to the right of the decimal with comma separators. Be sure to provide labels for values and number align them. Once you get that portion running, go into your source code and change the initialization value for miles. Rerun the application and make sure that your values are still number aligned.