Question: IN JAVA AND N CAN BE ANY NUMBER THE TRIANGLE SHOULD BE IN ALIGNMENT. 1. Write a program which reads the input 'n' from the
IN JAVA AND N CAN BE ANY NUMBER THE TRIANGLE SHOULD BE IN ALIGNMENT.
1. Write a program which reads the input 'n' from the user to generate the Pascal's triangle with n rows. Note that you need to take the triangle alignment into consideration. Input: Enter number of rows: 6 Output: 1 4 6 4 1 1 5 10 10 5 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
