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
Heres a C program that checks if the given triangle is a rightangled triangle or not using a functio... View full answer
Get step-by-step solutions from verified subject matter experts
