So this is mainly for danpost i was looking at one of your older discussions and I saw the one with
I want to make it so say an integer variable called amount = 6. If the user inputs 6 into the box, then they move on to a you win screen, if they put in say 20, its goes to a different screen. Need help project is due in about 5 hours.
1 | String inputValue = JOptionPane.showInputDialog( "Please input a value" ); |