Computer Science, asked by lakhveerkaurkaur65, 9 months ago

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

Answered by jackryan
23

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

Answered by meghnamathew13
2

Answer:

hi

Explanation:

Similar questions