Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. public class Prb {
  2. public static void main(String [] args) {
  3. System.out.print(" 111 111 111 111 111 111 ");
  4. System.out.print(" 111 111 111111 111 111111 111 111 111 ");
  5. System.out.print(" 111 111 111 111 111 111 111 111 111 111 ");
  6. System.out.print(" 111111111111111 111 111 111 111 111 111 111111111111111 ");
  7. System.out.print(" 111 111 111 111111 111 111111 111 111 ");
  8. System.out.print(" 111 111 111 111 111 111 111 111 ");
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement