Advertisement
Guest User

review

a guest
Mar 5th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class review{
  2. public static void main(String []args){
  3. int x=7, y=6, z=2;
  4.  
  5. System.out.println("x="+x+"y="+y+" z="+z);
  6. System.out.println("x+y+z="+(x+y+z));
  7. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement