Multiprogramming Language Trainer
Thursday, 29 October 2015
JAVA PROGRAM FOR SIMPLE ADD
import java.io.*;
class add
{
public static void main(String args[])
{
int a,b,c;
a=10;
b=20;
c=a+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