Computer Science, asked by utsavghosal, 9 months ago

IN BASIC
WAP to input the angle and print whether it is an acute,obtuse or right angle.


please answer it correctly ​

Answers

Answered by VibhanDutta
3

Answer:

10 INPUT"ENTER THE REQUIRED ANGLE";A

20 IF A<90 THEN

30 PRINT"THE ANGLE IS ACUTE"

40ELSEIF A=90 THEN

50 PRINT"THE ANGLE IS OBTUSE"

60 ELSE

70 PRINT"THE ANGLE IS OBTUSE"

80END IF

90 END

hope it helps

Similar questions