Assignment
University
University of ReginaCourse
Computer Science (UR)Pages
1
Academic year
2023
priyankavaiya07
Views
0
p {margin: 0; padding: 0;} .ft00{font-size:24px;font-family:Caladea;color:#000000;} .ft01{font-size:16px;font-family:Carlito;color:#000000;} Q4 The volume of a sphere with radius r is . What is the volume of a sphere with radius 5? rad=int(input("Enter the radius here: ")) y = (4/3)*3.14*(rad**3) print("Volume of Sphere is: ", y)
Sphere Volume Calculation: Radius 5 Case
Please or to post comments