JeffGrigg

MysteriousPattern

Apr 28th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.28 KB | None | 0 0
  1. public class MysteriousPattern {
  2.     public static void main(String[] args) {
  3.         System.out.println("35 28 21 14 7");
  4.         System.out.println("20 15 10 5");
  5.         System.out.println("9 5 3");
  6.         System.out.println("2 1");
  7.         System.out.println("0");
  8.     }
  9. }
Add Comment
Please, Sign In to add comment