Algorithm to Add [Sum] two numbers
In this tutorial, we are going to write an algorithm to Add or Sum of two numbers. using this algorithm we can write a program to Add [Sum] two numbers in most programming languages like C, C++, Java, and Python. Algorithm to Add [Sum] of two numbers. 1. Read A and B. 2. Set SUM := […]