diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 1998-09-28 16:01:29 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 1998-09-28 16:01:29 +0000 |
commit | e9be7faad5fbf61edcad3700142615e315e407bc (patch) | |
tree | 5f3febafdfca4e38b83cbc129c87aefdece9ae70 /usr.bin/learn/lib/C/L2.1c | |
parent | 0436a5b6c19a613da918536b89a49cbcb38a2e4e (diff) |
import BTL learn(1) lessons/C
Diffstat (limited to 'usr.bin/learn/lib/C/L2.1c')
-rw-r--r-- | usr.bin/learn/lib/C/L2.1c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/C/L2.1c b/usr.bin/learn/lib/C/L2.1c new file mode 100644 index 00000000000..4158208bb59 --- /dev/null +++ b/usr.bin/learn/lib/C/L2.1c @@ -0,0 +1,16 @@ +#print +(Section 1.2) +What value is printed by this printf statement? + + printf("%.3f", 3.141592654); + +Type "answer XXX", where XXX is the value. +#copyin +#user +#uncopyin +#match 3.142 +#fail +Remember about rounding? +#log +#next +2.1d 10 |