// Dick. // Date Sun Apr 23 11:31:41 PDT 1995 // Updated Wed Apr 16 14:40:04 PDT 1997 // Teaching how functions work /* This program shows you how a functions work in expressions. It shows that you don't have to store a value before printing it. The calculation is not very exciting.... Can you figure out why it outputs what it does output? */ #include void main( ) //As described in the Annotated Ref Manual { //Use the following functions int odd(int); int half(int); int dubl(int); int trbl(int); int next(int); cout<<"4 * 2 ="<