If I'm inputting a number in string format using JOptionPane.showInputDialog, how do I convert the string I inputted to a double?
String rate;
double hrRate;
rate= JOptionPane.showInputDialog("Input hourly rate");
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |