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????
Explanation / Answer
#include using namespace std; void main() { int row = 4, col =8; //you can change it by yourchoice int i, j, k, temp = col; for (i = 0; iRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.