You are on page 1of 1

Tes 11

(1) Readln (a, b);


(2) Case a of
(3) 1 : if a > b then
(4) writeln(a);
(5) endif
(6) 2 : if a < b then
(7) writeln(b);
(8) endif
(9) endcase
(10) writeln(a, b);

Flowchart
1

a=1 a=2
2**

3* 6*

4 7

8
5

10

Kompleksitas :

V(G) = 13 – 10 + 2 = 5

P=4+1=5

You might also like