Algorithm
- When we want to do anything on the computer, we have to write a program. To write a computer program we have to give step by step instruction to the computer, the computer follows each step and gives us output as required by us
- When we tell the computer what to do, then we have also to decide how to do that. These steps are called an algorithm
👉An algorithm is a step by step instruction to solve any problem.