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

