单项选择题

以下程序的路径数为()。
If(a<8)

If(b>0)
Result=a*b;

If(c>8)result+=1;
 

A.3
B.6
C.8
D.12