Anonymous

To find the area of triangle and square using c++ program?

2

2 Answers

Ray Dart Profile
Ray Dart answered

If you turn that into a question, I'll give you some guidance.

Rapidsoft  Technologies Pvt. Ltd. Profile
Rapidsoft Technologies Pvt. Ltd. , Most critical part.., answered

Find the formula which you can place in your program to find
area of Triangle and square.

Area_of_triangle = (0.5 * base * height);

Area_of_square = side * side;


Answer Question

Anonymous