issues
search
Varanasi-Software-Junction
/
datastructures
A repository on Data Structures
MIT License
8
stars
5
forks
source link
Arithmetic Expressions
#20
Open
champaksworldcreate
opened
2 months ago
champaksworldcreate
commented
2 months ago
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