Phyton Programming - Tutorialspoint
Phyton Programming - Tutorialspoint
Characteristics of an
Algorithm
Not all procedures can be called an algorithm.
An algorithm should have the following
characteristics −
Example
Let's try to learn algorithm-writing by using an
example.
step 1 − START
step 6 − print c
step 7 − STOP
step 3 − c ←a+b
step 4 − display c
step 5 − STOP
Print Page