November 2019
Beginner
228 pages
2h 45m
English
For your reference, in this chapter I’ll provide you with answer hints to some of the problems in the earlier chapters. For example, “For 16.” means “Hints for problems in Chapter 16.”
Instead of using “c,” we may check whether (a2 + b2) is a perfect square number, which is taking a square root of it and validating if it is an integer value.
Use the example code and check whether the resulting value of (a2 + b2) matches the form of “4n + 1”.
Read now
Unlock full access