write an algorithm and draw a flowchart to enter two angles and check whether they are complementary supplementary or neither to measure of two if sum of two angles is equal to 90 then it is known as complementary if sum of two angle is equal to 180 then it is known as complementary
Answers
Answer:
check the explanation
Explanation:
START
|
Input ang1, ang2
|
yes ---- if (ang1+ang2)-------------------------------------------no
| >90 |
| |
------if (ang1+ang2)------------------no Print Supplementary------
==90 | Angle |
| yes | |
Print Equal to Print Complementary----------------------STOP
90 angle
Answer:
hi
Explanation: