代码如下
st=>start: 初始化
e=>end: 结束
op=>operation: 写代码
cond=>condition: Yes or No?
st->op->cond
cond(yes)->e
cond(no)->op
代码如下
st=>start: 初始化
e=>end: 结束
op=>operation: 写代码
cond=>condition: Yes or No?
st->op->cond
cond(yes)->e
cond(no)->op