/MilesToKilometersGUI

Write a GUI program named MilesToKilometersGUI that allows the user to input a distance in miles and output the value in kilometers. There are 1.6 kilometers in a mile. Taken from Microsoft Visual C# 2015: An Introduction to Object-Oriented Programming 6th Edition by Joyce Farrell. Page 134, Exercise 1.

Primary LanguageC#

This repository is not active