Program solving

Program solving
  • Algorithm
  • Flowchart
  • Programming code
Algorithm:- 
algorithm is finite set of instructions for solving a particular problem.


Syntax:-
  1. start 
  2. Input/scan/accept
  3. logic
  4. print/write (output)
  5. stop
Example:-
  • adding two number:-
  1. start
  2. input a,b,c
  3. Sum<- a+b
  4. print sum 
  5. stop 


Comments

Popular posts from this blog