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

Week 1 Programming Assignment 1 #8

Open
vivek880490 opened this issue Aug 8, 2021 · 1 comment
Open

Week 1 Programming Assignment 1 #8

vivek880490 opened this issue Aug 8, 2021 · 1 comment

Comments

@vivek880490
Copy link

vivek880490 commented Aug 8, 2021

Area if a circle is not equal to (perimeter*radius).
Perimeter is =2 * pi * r ;
radius is= pi * r * r ;

That must be typo . please fix it.

@mukul269
Copy link

//needed changes ->
area = Math.PI * radius * radius;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants