summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/C/L3.1b
blob: 338233094558df2992f827572ef04dd56aa14a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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