Computer Science, asked by drswaticmadhukar, 1 year ago

REM To find whether the triangle is a right angled triangle or not
__________ "Enter first angle",A
INPUT"Enter second angle",B
INPUT"Enter third angle",_______
___________THEN
PRINT"Right-angled triangle"
___________
PRINT"Not a right-angled triangle"
____________ IF

Answers

Answered by sanjana2154
1
the program is as follows.

Input " enter 3 angles " , A,B,C
If sum = " A+B+C " = "90°" Then
Print " A,B,C is a right angled"
Else
Print " A,B,C is not a right angled triangle "
End if
End

hope it helps you
please mark as brainliest.

Similar questions