Computer Science, asked by mitulbora87, 8 months ago

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 Asfanusrat20
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