| Good Style and Legal Name | Poor Style and Legal Name | Illegal Name |
|
|
| Good Style and Legal Name | Poor Style and Legal Name | Illegal Name |
| num_apples
numApples income profit |
a
first_integer_input_by_user (poor description and too long to type) input1 (poor description of contents) |
void (reserved word in C)
12days (can't begin with a number) num-apples (can't include - ) num Apples (can't have spaces) |