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 years 前
已回答
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 years 前 | 0

