Question

you will write a C program called pythagorean which will take as input a file

name, then In that file will be two lines, each containing an integer: than If these two integers can

be two members of a Pythagorean triple, you should print out the third integer: and If these two

integers cannot form a Pythagorean triple, you should print -1.