Lab #5: Fermat’s Last Theorem

In this lab we created our own function that tests one of Fermat’s theorems. We take any input from the user, has to be an integer and put it all through a condition. If a^n + b^n = c^n, then we have disproved Fermat.Capture