Write a program that displays Pascals triangle: Use System.out.printf to format the output into fields of width

Question:

Write a program that displays Pascal’s triangle:

1 1 1 3 4 6. 4 1 1 10 10 15 20 15 6 1 21 35 35 21 7 1 8. 28 56 70 56 28 8. 1 9. 36 84 126 126 84 36 10 45 120 210 252 210 120 45 10 w.

Use System.out.printf to format the output into fields of width 4.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: