photo

Kali


2013 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Replacing a for loop with a while loop?
I'm given the following code: x = 1; for i = 1:5 x = x*i; end And then I'm asked to rewrite the script using ...

約11年 前 | 2 件の回答 | 0

2

回答