仅供参考,我搜索得很好,但找不到任何明确的方法。
我在MS visio中绘制了一个流程图。如何从中生成伪代码?
在visio或任何其他软件中有没有办法做到这一点?
答案 0 :(得分:1)
伪代码:
启动
将wholesalePrice声明为整数
将retailPrice声明为整数
将利润声明为整数
字符串END_LINE =“”
致电家务()
致电详情()
调用endOfJob() 停止
看家()
output “Enter the wholesale price”
input wholesalePrice
返回
细节()
output “Enter the retail price”
input retailPrice
profit = retailPrice - wholesalePrice
output profit
返回
endOfJob() 输出“感谢您使用此程序”