BSD 4_3 development
[unix-history] / usr / lib / learn / C / L2.1c
CommitLineData
2e8921b7
C
1#print
2(Section 1.2)
3What value is printed by this printf statement?
4
5 printf("%.3f", 3.141592654);
6
7Type "answer XXX", where XXX is the value.
8#copyin
9#user
10#uncopyin
11#match 3.142
12#fail
13Remember about rounding?
14#log
15#next
162.1d 10