Computer Project-2
Computer Project-2
Computer Project-2
Questions
1. Write a program to input 3 sides of a triangle
and find the perimeter and area of the triangle.
If a, b, and c are the 3 sides then,
Perimeter = a+ b+c
a+b+ c
Area = √ s ( s−a )( s−b ) ( s−c ) where s = 2