Title: Pythagorean
Dictionary: side_a, side_b, side_c
Description:
- Input side a, side b, and side c value of Pythagorean
- Check if these number are correct Pythagorean numbers
- If true then print ‘You were input correct numbers’
- If false then print ‘You were input wrong numbers’.
- give suggestion for side c based one side a and side b
- give suggestion for side a based one side c and side b
- give suggestion for side b based one side c and side a
Flowchart
No comments:
Post a Comment