Question: Write a program in C++ that accepts the dimensions for the sides of a triangle from a user. The program should determine whether the triangle
Write a program in C++ that accepts the dimensions for the sides of a triangle from a user. The program should determine whether the triangle is an isosceles triangle (two sides are equal), an equilateral triangle (all three sides are equal), or neither of these. Output the resulting evaluation to the users screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
