Discussion:
Q: Create an interactive Java GUI program (using JOptionPane's showOptionDialog) that converts miles to kilometers and vice versa, depending on what the user chooses.
Your GUI should provide the following:
* Choices for converting miles to kilometers OR kilometers to miles
* Error checking for inputs other than integer or doubles