Hello you guys, Would anyone like to give me suggestions on how tomake a code fo
ID: 3614488 • Letter: H
Question
Hello you guys, Would anyone like to give me suggestions on how tomake a code for the following pattern? Please note that the numbersarent part of the pattern, they are just a guide for the indicationof row and column.
columns
6 7 8 9 10 11 12 13 14 15 1617 18
* * * * * * * * * * * * * 5
* * * * * * * * * * * 6
* * * * * * * * * 7 row
* * * * * * * 8
* * * * * 9
Its a 3 x 8 box, the sides represents the rows and the top part ofthe pattern is the columns. In the code, let: columns =col and row=row orcolumns=j and row = i
Any suggestions????