Bell 32V development
[unix-history] / usr / lib / learn / C / L3.1b
CommitLineData
cb8c26cc
TL
1#print
2What is the value of i after this
3___\b\b\bfor statement executes?
4Type "answer N", where N is the value of i.
5
6 for (i = 0; i < 10; i = i + 3)
7 ;
8#copyin
9#user
10#uncopyin
11#match 12
12#log
13#next
144.1a 10