Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. int a = sc.nextInt();
  2. int b = sc.nextInt();
  3. int c = sc.nextInt();
  4. int d = sc.nextInt(); int e = sc.nextInt();
  5. for (int i=0; i<a; i++) {
  6. System.out.println("===");
  7. }
  8. for (int i=0; i<b; i++) {
  9. System.out.println("++");
  10. }
  11. for (int i=0; i<c; i++) {
  12. System.out.println("HI");
  13. } for (int i=0; i<d; i++) {
  14. System.out.println("Yummy");
  15. }
  16. for (int i=0; i<e; i++) {
  17. System.out.println("Bruce");
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement