From b88d3b4c024ec44c0ed77a0d89c868b17f67ad50 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:32:38 -0600 Subject: [PATCH] vault backup: 2024-10-25 14:32:38 --- education/software development/ECE1400/Chapter 11 Exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/software development/ECE1400/Chapter 11 Exercises.md b/education/software development/ECE1400/Chapter 11 Exercises.md index f81b663..4dcdc59 100644 --- a/education/software development/ECE1400/Chapter 11 Exercises.md +++ b/education/software development/ECE1400/Chapter 11 Exercises.md @@ -16,5 +16,5 @@ middle = low + (high - low) / 2; 3. What will be the contents of the `a` array after the following statements are executed? ```c -{1} +{10, 9, 8, 7, 6, 5, 4, 3, 2, 1} ``` \ No newline at end of file