Programming 1 - Welcome to Java - Compilations of mine
I want to share my compilations to others.
Tuesday, July 22, 2014
Using Mathematical Operations in Java
public class abejeroact3 {
public static void main(String a[])
{
int A = 100;
int B = 96;
System.out.println("A\t"+A);
System.out.println("B\t"+B);
System.out.println("Sum\t"+(A+B));
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment