You are on page 1of 1

Enter a number and say it is a armstrong number or not.

(An Armstrong number is a number that is equal to the sum of the digit number's
power of its own digits. For example, 370 is an Armstrong number since 370 = 3*3*3
+ 7*7*7 + 0*0*0;Here 370 is a three digit number thats why we cubed each and every
digit and sum them)

Input a square matrix(The user will input the size of the matrix) the check it is
a symmetric matrix or not. (when a matrix is symmetric it is equal to its transpose
matrix.)

Input 2 base and height of a trapezium and find its area.

You might also like