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:...
1년 초과 전
답변 있음
Is there is a faster way doing this? (I am currently using 100 "if/elseif" statements in a row...)
Your if/elseif proposal is not viable. As Walter Roberson suggests, I think you should use two for statements, one inside the o...
Is there is a faster way doing this? (I am currently using 100 "if/elseif" statements in a row...)
Your if/elseif proposal is not viable. As Walter Roberson suggests, I think you should use two for statements, one inside the o...
거의 10년 전 | 0

