Java GUI

import javax.swing.JOptionPane;
class addGUI{
public static void main(String args[]){
String n1 = JOptionPane.showInputDialog("Enter number 1:");
String n2 = JOptionPane.showInputDialog("Enter number 2:");

int num1 = Integer.parseInt(n1);
int num2 = Integer.parseInt(n2);

int total;
total = num1 + num2;

JOptionPane.showMessageDialog(null, "Total = "+ total);
}
}

Ceylon Dream Bully Kennel

Thank you for watching!

No comments:

Post a Comment

මොකුත් නොකිය යන්න එපා!Do not go no saying, place comment!

ඔබට බොහෝම ස්තුතියි !, Thank you!