if ( remainder_b <= 1){
myColor = color[0]
}else if( remainder_b <= 3){
myColor = color[1]
}else if( remainder_b <= 5){
myColor = color[2]
}else if( remainder_b <= 7){
myColor = color[3]
}else if( remainder_b <= 9){
myColor = color[4]
}
0~1
2~3
4~5
6~7
8~9
를 구별하고싶은데 더 짧게 하는방법 없을까여??
안알랴줌 ㅎㅎ 너는평생 그렇게 코딩해라 ㅎㅎ
/2
손실압축알집 // 해결!!
어케짧게함?
if 문 안쓰고 math.floor 썻어여
니 주제에 이정도면 잘했따.. 어서 와라 자바의 세계로