Playing with numbers and their properties 📓 ✏️ 💮 (credit - http://www.numbergossip.com/)
-
Updated
Jun 9, 2017 - Python
Playing with numbers and their properties 📓 ✏️ 💮 (credit - http://www.numbergossip.com/)
This Java program identifies integers within a given range that possess one or more of five special mathematical properties. The program iterates from a start to an end value and checks each number against the following five properties. If a number matches at least one, it is printed to the console along with its properties.
This project is a simple web application that analyzes a given non-negative integer and determines several of its mathematical properties: Parity (Even/Odd), Prime Status, Perfect Square Status
Add a description, image, and links to the number-properties topic page so that developers can more easily learn about it.
To associate your repository with the number-properties topic, visit your repo's landing page and select "manage topics."