notes/education/software development/ECE1400/Chapter 9 Exercises.md

4 lines
187 B
Markdown
Raw Normal View History

2024-10-13 02:37:02 +00:00
> 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
```