Advertisement
Guest User

Untitled

a guest
May 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. package javascala.ast;
  2.  
  3. public class ad {
  4.  
  5. private int x = 5;
  6.  
  7. public String fun(int x) {
  8. switch(x) {
  9. case 6: "XD";
  10. case 8: "X2";
  11. }
  12. out(2);
  13. final int z = 5;
  14. boolean b = true;
  15. while(5>2) {
  16. nothing();
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement