Add 2 Numbers
This is a simple program that, when run, asks user to enter 2 numbers and the program returns their sum as output. If the user enters a non numerical value as input, an error may be thrown, this depends on the inputs & language.
Download Code