previous
|
index
|
next
Testing Functions
In Racket, just type:
(cylinder-volume 5 4)
; returns 314.15927
In C++:
Must write a special function called
main
main
must call
cylinderVolume
Before being executed,
main
(and
cylinderVolume
) must be
compiled
previous
|
index
|
next