Wipro Company Programming Program

1*2*3*4*17*18*19*20
--5*6*7*14*15*16
----8*9*12*13
------10*11

Read Solution (Total 13)

Wipro Other Question

write a code to print the following pattern
1*2*3*4*17*18*19*20
--5*6*7*14*15*16
---8*9*12*13
----10*11
the - in the left should necessarily be printed
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)