Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是开发的初学者,并且在 RAPTOR 中制作了一个可以运行的流程图。该程序将 8 位二进制值转换为十进制,但是无论何时运行,它始终输出 0 作为最终答案。
我认为的问题是红色圈出的 if 语句,由于某种原因,它似乎总是评估为 0。
通过@Jtaylor-Pentacle、@Rotem 的对话摘要来回答。
基于RAPTOR 流程图的编程似乎有一些独特的语法,主要用作一些大学的培训工具。如果您想学习编程,建议您离开 Raptor 并潜心研究并找到一种语言来学习。