SyntaxFix
Write A Post
Hire A Developer
Questions
String String_firstNumber = JOptionPane.showInputDialog("Input Semisecond"); int Int_firstNumber = Integer.parseInt(firstNumber);
Now your Int_firstnumber contains integer value of String_fristNumber.
Int_firstnumber
String_fristNumber
hope it helped