Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 262 Bytes

File metadata and controls

7 lines (4 loc) · 262 Bytes

You are given a triangle with the sides 9, 8, 9. Write a program to check whether a triangle is Isosceles or not using if-else.

Isosceles => two sides are equal

View problem source 📤