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