Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. class apples{
  4. public static void main(String args[]){
  5. Scanner bucky = new Scanner(System.in);
  6.  
  7. int fatguy, lily, zilch;
  8. fatguy = 6;
  9. lily = 3;
  10. zilch = fatguy + lily;
  11. System.out.println(zilch);
  12. }
  13. }
Add Comment
Please, Sign In to add comment