VILLAPLAZA, MARK P.
BSME-2B
AOL
FINAL REQUIREMENT
1. Pascal triangle C program: Create a C program to print the Pascal triangle
that you might have studied while studying Binomial Theorem in Mathematics.
A user will enter how many numbers of rows to print.
Sample Output:
2. Create a C program to find the largest number in an array. Also, print the
index at which it is present.
Sample Output:
3. Create a C program that will sort the user’s input in ascending
order. Sample Output: