algorithm to input three value and calculate there percentage

            C program calculate there percentage(flowchart)
  1. start
  2. input a,b,c
  3. mul=a+b+c*100
  4. div=mul/300
  5. print div
  6. stop

Comments

Popular posts from this blog