giovedì 4 dicembre 2008

Somma
import javax.swing.JOptionPane;public class Somma{ public static void main(String[] args){ String primoNumero=JOptionPane.showInputDialog("digita il primo numero"); String secondoNumero=JOptionPane.showInputDialog("digita il secondo numero"); int a=Integer.parseInt(primoNumero); int b=Integer.parseInt(secondoNumero); int c=a+b; JOptionPane.showMessageDialog(null, "somma= " + c, "somma di due interi", JOptionPane.PLAIN_MESSAGE); }}
_____________________________________________________________________
Free Image Hosting at <a href=www.ImageShack.us" />

QuickPost Quickpost this image to Myspace, Digg, Facebook, and others!

___________________________________________________________________________________
Free Image Hosting at www.ImageShack.us

QuickPost Quickpost this image to Myspace, Digg, Facebook, and others!
_____________________________________________________________________________________
Free Image Hosting at www.ImageShack.us

QuickPost Quickpost this image to Myspace, Digg, Facebook, and others!