photo

Nicholas Repko


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how do I convert this to a for loop
x = input('Enter a number between 1 and 100: '); i = 0; while x>0 x=x-i; i=i+1; end fprintf('The while loop ran f...

4 years 前 | 2 个回答 | 0

2

个回答