Find the factors of any number up to 200! After you input your number, its factors scroll onto the display and center themselves!! (I got the idea from bus displays, etc.) - If you input 1 the indicator just reads "1" - If you input a prime number the indicator reads "PRIME" - If the result (see below for example) would be >7 characters long it is shortened to power notation. Examples of results that have to be shortened: 32, 72 and 132. - Anything else will output something like "2x2x2x2" for 16
This project uses code from my prime number finder. This is a school project. Credit to my teacher