-
Notifications
You must be signed in to change notification settings - Fork 5
Arithmetic Expressions #20
Copy link
Copy link
Open
Description
champaksworldcreate
opened on Sep 6, 2024
Issue body actions
- Check up the following operators in Python +, -, /, //, , %,*
- Use the printf statement
- Use the scanf statement
- Calculate SI and compound interest
- Find the area of a circle given the circumference
- Find SI and CI. SI=PRT/100, CI=P*(1+r/100)**T - P
- Find the area of a triangle, s=(a+b+c)/2, area =( s*(s-a)(s-b)(s-c))**.5
- Solve the Quadratic Equation Ax2 + Bx + C=0
- Find the Area of a Circle given the radius
- Given The area of a circle, find the circumference
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels