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
previous
|
index
|
next