Advertisement
JeffGrigg

Untitled

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