algorithm to input three value and calculate there percentage
C program calculate there percentage(flowchart)
- start
- input a,b,c
- mul=a+b+c*100
- div=mul/300
- print div
- stop
Comments
Post a Comment