Advertisement
Guest User

Untitled

a guest
Jul 27th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /**
  2. * Created by moustachion on 07/07/15.
  3. */
  4. public class main {
  5. char character = 'C';
  6. double decimal = 1.2;
  7. float otherDecimal = 1.323f;
  8. String javaIsFun = "Java is fun!";
  9. byte saveMemory = 127;
  10. short saveSomeMemory = 9999;
  11. long noNameCauseIFeelLikeIt = 999999999;
  12. bigDecimal
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement