Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package heltal;
  2.  
  3. public class Heltal {
  4. public static void main(String[]args){
  5. new window();
  6.  
  7.  
  8. }
  9. }
  10.  
  11. package heltal;
  12.  
  13. import javax.swing.JOptionPane;
  14.  
  15. public class window {
  16. String s = JOptionPane.showInputDialog("Skriv två heltal: ");
  17. String s1 = JOptionPane.showInputDialog("Skriv två heltal: ");
  18. }
Add Comment
Please, Sign In to add comment