Sunday, July 28, 2013

Armstrong Number Checker (ONLY FOR 3 DIGITS)

This simple fella will check for you the number inputted is Armstrong or Not!

An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. For example, 371 is an Armstrong number since 3**3 + 7**3 + 1**3 = 371.

Download from here
For the code, click here!

Thursday, July 25, 2013

Calculator

Download from here

One of the first programs I ever wrote!
Currently, it supports only 2 number operations but you can expect updates!