Tuesday, August 9, 2011

Pythagorean Program Algorithm & Flowchart

Pythagorean Program Algorithm

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’.
  1. give suggestion for side c based one side a and side b
  2. give suggestion for side a based one side c and side b
  3. give suggestion for side b based one side c and side a 

Flowchart

    No comments:

    Post a Comment