Guest User

Untitled

a guest
Oct 15th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. package niks;
  2.  
  3. public class Exercises {
  4. public static void main(String[] args) {
  5. drawVictory1();
  6. drawVictory2();
  7. drawVictory3();
  8.  
  9. }
  10.  
  11. public static void drawVictory1() {
  12. System.out.println("//////////////////////");
  13. System.out.println("|| Victory is mine! ||");
  14. System.out.println("\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\");
  15.  
  16. }
  17.  
  18. public static void drawVictory2() {
  19. System.out.println("|| Victory is mine! ||");
  20. System.out.println("\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\");
  21.  
  22.  
  23. }
  24.  
  25. public static void drawVictory3() {
  26. System.out.println("|| Victory is mine! ||");
  27. System.out.println("\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\");
  28. System.out.println("|| Victory is mine! ||");
  29. System.out.println("\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\");
  30. System.out.println("|| Victory is mine! ||");
  31. System.out.println("\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\");
  32.  
  33. }
  34.  
  35.  
  36. }
Add Comment
Please, Sign In to add comment