Advertisement
Guest User

Untitled

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