write the algorithm and flowchart for multiplication of three numbers
Answers
Answered by
6
Answer:
- an algorithm is well defined step by step procedure to solve a problem it helps us to understand the problem and its solution in a better way
- Algorithm to apply for the driving licence
- input your age
- check your age if yourage is greater than 18then you can apply for the licence
- if it less than 18then you are not eligible to apply for a driving
flow chart
it is a pictorical representation of the flow of steps to solve a problem
- start
- input your age
- is your age is greater than 18
- then coputer show yes you are aligible to apply a driving licence
- then stop
Answered by
2
Answer:
step1:start
step2:input a,b and c
step3:multiply a,b,c and store it as d=a*b*c
step4:stop
Attachments:
Similar questions