It's been a while since I've used Javascript (And admittedly, I never really used it that much), but I suspect the problem is your usage of prompt(), as the value is returned as a string [http://www.w3schools.com/jsref/met_win_prompt.asp]. This is an easy fix, though, as parseInt() returns a...