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 📤