You are here: Home » Macro Library » Lesson 1.2 homework solution
dblVolume = (4 / 3) * intRadius ^ 3
should be
dblVolume = (4 / 3) *dblPi* intRadius ^ 3
Oops. :) Thanks for pointing that out Joe!
You must be logged in to post a comment.
dblVolume = (4 / 3) * intRadius ^ 3
should be
dblVolume = (4 / 3) *dblPi* intRadius ^ 3
Oops. :) Thanks for pointing that out Joe!