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