統計
All
Feeds
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5年以上 前
回答済み
Solving equation with increasing value by multiplication
The best way that worked for me is using a while loop! a=1; while a < 128 y=a*100/2 a=a*2; end
Solving equation with increasing value by multiplication
The best way that worked for me is using a while loop! a=1; while a < 128 y=a*100/2 a=a*2; end
5年以上 前 | 0

