Computer Science, asked by prathickm28360, 5 hours ago

Write a program to accept the three sides of a triangle and find the
Perimeter.

Answers

Answered by shouryathakkar
0

Answer:

: First of all declare 6 variables such as a, b,c for triangle sides, Perimeter P, semi perimeter s and Area. Step 1: User will enter the three sides of the triangle a, b, c. Step 2: Calculating the Perimeter of the Triangle using the formula P = a + b + c.

Explanation:

Similar questions