Teknologi Informasi....Belajar bersama.
By Setiyono Unisbank Semarang...
Tuesday, March 22, 2011
Aritmatika
class aritmatika
{
public static void main (String[] args)
{
int a = 10;
int b = 20;
int c = a + b;
System.out.println(a);
System.out.println(b);
System.out.println(c);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment