Computer Science, asked by abhijitdasgrt, 4 months ago

write an algorithm to multiply two numbers whose values are 10 and 5 respectively using flow chart​

Answers

Answered by lavish10313
2

Answer:

Suggest a suitable record layout for the boatyard moorings (excluding the dry dock) take care to clearly and fully define each field. (10 marks)

B. Construct a diagram (FLOW CHART), which calculates the estimated weekly income from the moorings assuming the boatyard is operating at 90% capacity. State clearly any assumptions that you make to construct this model. (6 marks

Answered by atrs7391
1

START

DECLARE VARIABLE A, B AND INTIALISE THEM 10, 5 RESPECTIVELY

DECLARE VARIABLE P AND CALCULATE PRODUCT OF A, B

PRINT VARIABLE P

END

Similar questions