notes/education/software development/ECE1400/Chapter 9 Exercises.md
2024-10-12 20:37:02 -06:00

4 lines
187 B
Markdown

> 1. The following function, which computes the area of a triangle, contains two errors. Locate the errors and show how to fix them. (*Hint*: There are no errors in the formula)
```c
```