class second
{
public static void main(String args[])
{
short a=5,b=10,c=2,d=6,e=9,SUM;
SUM = (short) (a+b+c+d+e);
System.out.println("SUM is " + SUM);
}
}
Subscribe to:
Post Comments (Atom)
this blog is for the new programmer in programing field...
0 comments:
Post a Comment