Pythagorean theorem


Find the missing side of your triangle

Preview of this algorithm

Icon Variable
Ask for a with default 0
Icon Variable
Ask for b with default 0
Icon Variable
Set c to √(a^2+b^2)
Icon Output
Print text c ^ 2 = "a" ^ 2 + "b" ^ 2 = "c ^ 2"
Icon Output
Print variable c