I'm trying to get three different inputs from the user in one JOptionPane.showInputDialog. I figured out how to use the JOptionPane.showMessageDialog to print any number of outputs, I don't need the whole code just the few lines that will allow me to get three inputs from the users. I need to do calculations on them too. Thank you

