Learn How to Program in C
by
Dr. Kristin Switala
Introduction
Directives
Variables
Conditionals
Loops
Arrays
Pointers
Strings
Functions
Structures
Site Map
Answers to
Review: Arrays (a)
White Box Testing
1. three errors:
in line 5 the variable should be dates[
5
]
in line 9 the variable should be dates[
2
]
line 12 should end with a semicolon
;
Copyright
© 2001
Kristin Switala
Projects