These are topics we will return to in a future lecture as and when we have time... 10/05: Question: could we use a string value such as "quit" or "end" as the sentinel Answer: yes, but we'd need to use atoi() and strcmp() ... so we'll cover that later in the semester.