编程逻辑题
- 使用循环结构设计一个程序的逻辑,该程序输出从 1 到 25 的每个偶数及其平方和立方。
这是我的答案,我需要知道我是否走在正确的轨道上,仅供参考,这是编程逻辑而不是实际代码。我需要你的帮助,谢谢
If n > 0> 25 MOD 2 = o then
NMOD2 = 0
Else then
NMOD2 = (0)^2
End If
If NMOD2 = 0 then
NMOD2 = (0)^3
- Design the logic, using a looping structure, for a program that outputs every even number from 1 through 25 along with its square and cube.
Here is my Answer please I need to know if I am on the right track FYI it is the programming Logic not the actual code. I need your help thanks
If n > 0> 25 MOD 2 = o then
NMOD2 = 0
Else then
NMOD2 = (0)^2
End If
If NMOD2 = 0 then
NMOD2 = (0)^3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,像这样?
抱歉,我不明白你的伪代码
Um, like this?
sry i dont understand your pseudocode