Determine a positive integer x, where:
x + 90 =x^2.
1) Step through the integers [0,11] and leave the loop when you find out the solution.
2) Skip multiples of 3 (supposing we know that they will not solve the equation).
3) Write down solution into a file.