小编use*_*694的帖子

Mathcad While Loop

请允许任何人在Mathcad 15中引导我关于while循环.我尝试过很多教程,但没有用.我的while循环非常简单,代码如下.

k:=0
x:=8
while k< x
      k <- k+1

k=0    // printing k after while loop, no results were obtained.
Run Code Online (Sandbox Code Playgroud)

mathcad

3
推荐指数
1
解决办法
8022
查看次数

标签 统计

mathcad ×1