fork download
  1. class NotenRechenMaschineFTW {
  2. public static void main(String...args){
  3. int note= 0
  4. switch(note) {
  5. case 0: System.out.println("you FAIL!");break;
  6. case 1:
  7. case 2:
  8. case 3:System.out.println("fail road ahead!");break;
  9. case 4:
  10. case 5:
  11. case 6:System.out.println("close to failing!");break;
  12. case 7:
  13. case 8:
  14. case 9:System.out.println("chillax~");break;
  15. case 10:
  16. case 11:
  17. case 12:System.out.println("going well");break;
  18. case 13:
  19. case 14:
  20. case 15:System.out.println("teachers' lapdog!");break;
  21. default:System.out.println("you're not from this world...literally")
  22. }
  23.  
  24.  
  25. }
  26. }
Success #stdin #stdout 0.01s 1704KB
stdin
Standard input is empty
stdout