Question: In C + + language, Write a program and input by user to point out that is correct Right Angled Triangle or not Right Angled

In C + + language,

Write a program and input by user to point out that is correct Right Angled Triangle or not Right Angled Triangle? Using Function:

Description:

In this program call the function and entered the value by user and print out that is correct right angled triangle or not.

Method:

In this program we take three integer and input the value by user and then call the function, in the function we also take four integers and first integers multiply it and return the value.

Input:

Enter Hypotenuse =

Enter Perpendicular =

Enter Base =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a C program that checks if the given triangle is a rightangled triangle or not using a functio... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!