vault backup: 2024-10-08 21:00:01

This commit is contained in:
zleyyij 2024-10-08 21:00:01 -06:00
parent d3deb01e86
commit 20c06eb3ed

View File

@ -10,4 +10,7 @@ const int segments[10][7] = {{1, 1, 1, 1, 1, 1, 0}, ...};
```
> I've given you the first row of the initializer, fill in the rest.
>10. Write a declaration for an 8x8 `char` array named `chess_board`. Include an initializer that puts the following data into the array, one char
>10. Write a declaration for an 8x8 `char` array named `chess_board`. Include an initializer that puts the following data into the array, one character per array element:
\[omitted]
> 11. Write a program fragment that declares an 8x8 `char` array named `checker_board` and then uses a loop to store the following data into the array (one character per array element).