Question: question: Write a C++ program to calculate the perimeter of a Triangle. Prompt the user to er the side 1, base and side 2 of
question: Write a C++ program to calculate the perimeter of a Triangle. Prompt the user to er the side 1, base and side 2 of the Triangle. If the user entered negative values for side 22 and base, the program should display message indicating invalid input otherwise the ram should calculate and display the Triangle's perimeter. all that p = side 1 + side 2 + base. he code in the space provide here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
