Learn How to Program in Cby Dr. Kristin Switala
|
|
Answers to Review: Arrays (c)
White Box Testing
1. three errors:
- line 6 should end with a curly brace }
- line 11 should have a parenthesis ) before the last semicolon ;
- line 12 should be: for(i = 0; i < 5; i++)
|
|