과제로 나온것중에 요



V=  4/3π×" r^2 


요런것이 있는데 이걸 double형으로 하면
double V = 4 / 3  * π * radius * radius; 이게 맞지 않나요 행님들...