Thursday, August 21, 2014

Operators Of Math For Java Programming

Program:

package munim1;

public class priyo {
public static void main(String[]args){
int friend,brother,total;
friend=10;
brother=20;
total=friend+brother;
System.out.print("the total number is :");
System.out.println(total);
}

}


Screenshots





Output


No comments: