Programming 1 - Welcome to Java - Compilations of mine
I want to share my compilations to others.
Tuesday, July 22, 2014
Using Mathematical Operation 2 in Java
public class abejeroact4 {
public static void main(String a[])
{
int A = 75;
int B = 85;
int C = 95;
int D = 100;
int E = 101;
System.out.println("Ave\t" +((A+B+C+D+E)/5));
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment