Algorithms A sequential solution of any program that written - TopicsExpress



          

Algorithms A sequential solution of any program that written in human language,called algorithm. Algorithm is first step of the solution process, after the analysis of problem, programmer write the algorithm of that problem. Example of Algorithms: Q. Write a algorithem to find out number is odd or even? Ans. step 1 : start step 2 : input number step 3 : rem=number mod 2 step 4 : if rem=0 then print number even else print number odd endif step 5 : stop
Posted on: Tue, 26 Nov 2013 18:08:27 +0000

Trending Topics



Recently Viewed Topics




© 2015