Varanasi-Software-Junction / JavaCodecamp

Java code repository of Varanasi Software Junction. Its public and free for use. Please star if you find it useful
MIT License
11 stars 5 forks source link

Expressions #5

Open champaksworldcreate opened 3 years ago

champaksworldcreate commented 3 years ago
  1. Find SI and CI. SI=PRT/100, CI=P*(1+r/100)**T - P
  2. Find the area of a triangle, s=(a+b+c)/2, area =( s(s-a)(s-b)*(s-c))**.5
  3. Solve the Quadratic Equation Ax2 + Bx + C=0
  4. Find the Area of a Circle given the radius
  5. Given The area of a circle, find the circumference
sinhasudhanshu commented 2 years ago
  1. Find Simple Interest prt/100
  2. Compound Interest p*(1+r/100)^t-p
  3. Area of Square x*x
  4. Area of Rectangle l*b
  5. Diagonal of a Rectangle sqrt(aa + bb)
TheSanvi commented 1 year ago

Area =pirr=154 pi = Math.PI, find r Circumference