WAP to read a matrix of size 3 X 5 and find their SUM
WAP to read a matrix of size 3 X 5 and find sum of each ROW
WAP to read a matrix of size 3 X 3 and check if it is NULL or NOT
WAP to read a matrix of size 3 X 5 and count all EVEN and ODD numbers
WAP to read matrix of size 3 X 3 and check if it is UNIT Matrix or NOT
WAP to read 2 matrix of size 3 X 3 and find their Addition
WAP to read 2 matrix of size 3 X 3 and find their Product
WAP to read matrix of size 3 X 3 and find its Transpose
WAP to read matrix of size 3 X 3 and find its Transpose without using second matrix
WAP to read matrix of size 3 X 3 and find its Upper Triangular Matrix
WAP to read matrix of size 3 X 3 and find its Lower Triangular Matrix
WAP to read matrix of size 3 X 3 and check if sum of its diagonal is same or not
WAP to read matrix of size 3 X 3 and check if sum of its middle row is same as sum of its middle column
WAP to create TIC-TAC-TOE by showing number and take 9 inputs from 2 users.
[box title=”” bg_color=”#dbdbdb” align=”left”]1 2 3
4 5 6
7 8 9
[/box]
[box title=”” bg_color=”#dbdbdb” align=”left”]X O X
O X O
O O X
[/box]
PLAYER 1 WIN
[box title=”” bg_color=”#dbdbdb” align=”left”]O X O
X O X
O X O
[/box]
PLAYER 2 WIN