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

Arithmetic Expressions #20

Open
champaksworldcreate opened this issue Sep 6, 2024 · 0 comments
Open

Arithmetic Expressions #20

champaksworldcreate opened this issue Sep 6, 2024 · 0 comments

Comments

@champaksworldcreate
Copy link
Contributor

  1. Check up the following operators in Python +, -, /, //, , %,*
  2. Use the printf statement
  3. Use the scanf statement
  4. Calculate SI and compound interest
  5. Find the area of a circle given the circumference
  6. Find SI and CI. SI=PRT/100, CI=P*(1+r/100)**T - P
  7. Find the area of a triangle, s=(a+b+c)/2, area =( s*(s-a)(s-b)(s-c))**.5
  8. Solve the Quadratic Equation Ax2 + Bx + C=0
  9. Find the Area of a Circle given the radius
  10. Given The area of a circle, find the circumference
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

1 participant