1.

For the given two flowcharts write the pseudo code.

Answer»

1. Enter A,B 

2. Initialise Q = 0, r = A 

3. If r > B, then do Q = Q + 1; r = r – B else r, q 

4. Exit



Discussion

No Comment Found