• Language

    RAPTOR (Flowchart)

  • Description

    Write an algorithm for a program which inputs the lengths a b and c of the three sides of a triangle. The program determines whether the triangle is right angled and prints out a message to say whether or not the triangle is right angled. You may assume that a is the longest side. The triangle is right angled if a squared = b squared + c squared.

basic_flowchart/right-angled-triangle