Addition of 2 numbers in c++ 


Algorithm :
         
         Step 1: Input 2 numbers from user
         Step 2: Calculate result and save it on 'result' variable
         Step 3: Print calculated result 


(Note : If you want to download this program for turbo c++ click here)




OUTPUT :