manubatham20
Broken In
1 2 3 4 5
16 17 18 19 6
15 24 25 20 7
14 23 22 21 8
13 12 11 10 9
Can any one give me such a program to generate this output??? I wanna this wihthout using of arrays. Very truely, a typical task for me. (1,16,15,14,13 in first column, 2,17,24,23,12 in second column, 3,18,25,22,11 in third column, 4,19,20,21,10 in fourth column, 5,6,7,8,9 in fifth column.)
16 17 18 19 6
15 24 25 20 7
14 23 22 21 8
13 12 11 10 9
Can any one give me such a program to generate this output??? I wanna this wihthout using of arrays. Very truely, a typical task for me. (1,16,15,14,13 in first column, 2,17,24,23,12 in second column, 3,18,25,22,11 in third column, 4,19,20,21,10 in fourth column, 5,6,7,8,9 in fifth column.)
Last edited: