2/05/2009

seconds2minutes V. 2

Today i read about short hand opperators and how to get user input. I updated my seconds2minutes calculationprogram. I modified the assignment of the variable to:

int seconds = Integer.parseInt(JOptionPane.showInputDialog(null, "How many seconds?"));


Here is the executable

No comments:

Post a Comment