Computer Science, asked by Anonymous, 7 months ago

Hey. Can anyone explain how to do this? There's 2 more, but I just need an explanation so I can try it on my own. Thanks! ​

Attachments:

Answers

Answered by VasuMavani
1

In this task, you have to fill every mentioned cell with black shade(right side).

There are total 18 cells in one row and row is indexed with 0-based indexing.

So, your first cell of every row will be called 0, 2nd cell as 1, and the last (18th) cell as 17.

You havev to fill all the mentioned cells in that row and then observe what do you get from it?

Similar questions