write an algorithm and a flowchart also accept the length of two different segments and check whether they are equal or unequal. display the message accordingly
Answers
Answered by
1
Answer:
Write algorithms and draw flowcharts for the following
Accept the length of two different line segments and check whether they are equal or unequal. Display the message accordingly. Step 2: Accept the length of the two line segments as l1 and l2. Step 3: If l1 and l2 are equal, then display 'Line Segments are equal'.
Similar questions