Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG REPORT] Power function not working when used inside parenthesis. #463

Open
Kamal4126 opened this issue Jan 9, 2021 · 3 comments
Open
Labels
bug Something isn't working easy Easy problem

Comments

@Kamal4126
Copy link
Contributor

Kamal4126 commented Jan 9, 2021

//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

@Math-O5 @Aayush-99

@Kamal4126 Kamal4126 added the bug Something isn't working label Jan 9, 2021
@Kamal4126 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
@Chasmiccoder
Copy link
Contributor

Can I work on this? @frankhart2018

@frankhart2018
Copy link
Member

Sure assigning this to you @Chasmiccoder.

@pawankm21
Copy link

Would like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy Easy problem
Projects
None yet
Development

No branches or pull requests

4 participants