You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//If a metal cube of side 3m is melted to make small balls, find the number of balls formed if each ball has a radius of 1.5cm
MAIN
var vol1 = 3**3
var vol2 = 4/3 * PI * ((1.5/1000)**3)
var number_of_balls = vol1/vol2
print("The number of balls formed are: {number_of_balls}")
END_MAIN
Kamal4126
changed the title
[BUG REPORT] power not working when used inside parenthesis .
[BUG REPORT] Power function not working when used inside parenthesis.
Jan 9, 2021
@Math-O5 @Aayush-99
The text was updated successfully, but these errors were encountered: