Ex.1 Write a program to print the following pattern 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 Ex.2 Write a program to find bigger of three integers. Ex.3 Write a program to calculate GCD between two numbers. Ex.4 Write a program to find transpose of matrix. Ex.5 Write a program which deletes an element from an array & display all other elements. Ex.6 Write a program to calculate XA+YB where A & B are matrix & X=2, Y=3. Ex.7 Write a program to calculate the total amount of money in the piggy bank, given that coins of Rs.10, Rs.5, Rs.2, RS.1. & many more.....