1.

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​

Answer» CHECK the explanationExplanation:             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


Discussion

No Comment Found