Computer Science, asked by jyothikiran132, 4 months ago

write the algorithm and flowchart for multiplication of three numbers​

Answers

Answered by vtsingh12345
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
  1. input your age
  2. check your age if yourage is greater than 18then you can apply for the licence
  3. 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

  1. start
  2. input your age
  3. is your age is greater than 18
  4. then coputer show yes you are aligible to apply a driving licence
  5. then stop

Answered by snowwhite192009
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