Wipro Company Programming Technical

Write a program in java by receiving a matrix 3x3 matrix. that first element is s=1, and the matrix elements increase by 1,like
1 2 3
4 5 6
7 8 9
hence here s=4;generate a matrix and find its transpose, and find the multiplication of original matrix with its transpose.

print all the matrix.

Read Solution (Total 5)

Wipro Other Question

select a number between 1 to 99999999. write a program in java so that you can receive a number and calculate its frequency in that given number.
(Eg: 2 in 12521222 ans: 5)
Mr verma has 4 diff paintings that he wishes to divide among his 3 children. In how many ways can he do this if each child must get at least 1 painting and all paintings are diff?
Options--> 48,18,36,72