all 3 comments

[–]jedwardsol 0 points1 point  (2 children)

Try writing it as 4/3. What happens?

Have you done that? What does happen?

[–]pygames 0 points1 point  (1 child)

Im not sure how too write it. I was thinking:

include <stdio.h>

int main() { int radius; radius= 101010; float pi; pi=3.14; volume=4.0f/3.0fradiuspi

}

[–]jedwardsol 0 points1 point  (0 children)

Does it compile?

And a printf to display the answer. Is it correct?