Write a C++ program that uses a constructor to create two instances of a class named triangle. The instances should be initialized as inst1(20,10), inst2(16,12) where the 1st and 2nd values represent the base and height respectively. The class should also contain a member for determining and outputting the area of the triangle
 Viewed: 355 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!