Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package very.important.interview.pac;
- public class VeryImportantInterviewProgram {
- public static void main(String[] args) {
- System.out.println("1 5 9");
- System.out.println("2 6 10");
- System.out.println("3 7 11");
- System.out.println("4 8 12");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement