Question: C++ Section B Application-Based Question(s) 30 Marks Question 2 2.1 Define an enumeration type triangleType that has the values scalene, isosceles, equilateral, and noTriangle. 2.2

C++
Section B Application-Based Question(s) 30 Marks Question 2 2.1 Define an enumeration type triangleType that has the values scalene, isosceles, equilateral, and noTriangle. 2.2 Write a function triangleShape that asks a user to input three numbers, each of which represents the length of a side of the triangle. The function should return the type of triangle. Another function should display the type of triangle. (30 Marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
