4.3BSD-UWisc/lib/learn/C/L3.1b

#print
What is the value of i after this
___for statement executes?
Type "answer N", where N is the value of i.

  for (i = 0; i < 10; i = i + 3)
       ;
#copyin
#user
#uncopyin
#match 12
#log
#next
4.1a 10