Відповідь:
Const
Pi = 3.14;
Var
R:real;
Begin
Write('R = ');
ReadLn(R);
WriteLn('V = ',(4/3*Pi*R*R*R):0:1)
End.
Пример:
R = 7
V = 1436.0
Пояснення: