Matrix Row sum , column sum and traspose
A program to enter a matrix and find the following menu items:
1 transpose
2 row sum
3 column sum
4 exit
(using switch statement also use Goto Statement)
1 transpose
2 row sum
3 column sum
4 exit
(using switch statement also use Goto Statement)
Post a Comment