
Learn Algorithm Writing, Flowcharting By Example
Algorithm 1: ADDITION
This algorithm inputs two numbers then calculates and shows addition result of
these two numbers. This algorithm uses three variables N1, N2, and ADDITION.
1. Start
2. Input N1, N2
3. Calculate ADDITION...