From d3deb01e86421abc8ea724cd8b3e3ac450e38312 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:55:00 -0600 Subject: [PATCH] vault backup: 2024-10-08 20:55:00 --- education/software development/ECE1400/Chapter 8 Exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/software development/ECE1400/Chapter 8 Exercises.md b/education/software development/ECE1400/Chapter 8 Exercises.md index f755f9d..093b1b5 100644 --- a/education/software development/ECE1400/Chapter 8 Exercises.md +++ b/education/software development/ECE1400/Chapter 8 Exercises.md @@ -10,4 +10,4 @@ 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. -> 1. Write a declaration for an 8x8 `char` array named `chess_board`. Include an initializer that puts the follwoing data into the array, one char \ No newline at end of file +>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 \ No newline at end of file