Posts

Showing posts from August 11, 2020

ALGORITHM

  Hello, students today I am very happy to write this article. and I hope that you have understood very well. because I have written all the things very clearly. in this chapter, I will discuss everything about this concept of c++ programming. after studying this you acquire lots of knowledge in yourself and you have an idea about how to make the algorithm. so now let's start. ALGORITHM 👉 An algorithm is a very popular technique that is used to obtain a solution for a given problem. 👉 The step to step development or solve the problem written in simple language is called an algorithm. 👉 In another word finally, we can say that it is a step by step development of any plan to do something is known as an algorithm. 👉   It is a paper plan. Which is prepared with the help of a pen and paper. 👉   It is used to get proper and better results. Rules for writing an algorithm:- 👉   An algorithm must begin with “START” or “BEGIN” word. 👉   Each step h...