volume = (4/3 * PI) * (Math.Pow(5, 3));
return volume;
The code above should return 523.6 but it returns 392.7. I can't figure it out but its probably something stupid that I am missing. Changing it to be a double literal does not change the problem.