Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 373 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 373 Bytes

Fun with Triangles App

  1. Ask the user to input three angles and you say whether the angles make a triangle or not.
  2. Prepare a Quiz and enable the user to play the quiz and calculate scores based on the answers chosen by the user.
  3. Calculate hypotenuse of a triangle given the other two sides.
  4. Calculate area of a triangle given the base and height of a triangle.