Guest User

Untitled

a guest
Jan 11th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class apples{
  2. public static void main(String args[]){
  3. double tuna;
  4. tuna = 5.28;
  5.  
  6. System.out.print("I want ");
  7. System.out.print(tuna);
  8. System.out.println(" movies");
  9. System.out.println("and popcorn!");
  10. }
  11. }
Add Comment
Please, Sign In to add comment