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
0 Comments