Math.random()*10 을 하면 5.23090423이런 식으로 뒤에 소수자리수가 나온다(float)이라고 함
소수점이 안나오는 방법은 1) Math.round() = 반올림 2) Math.ceil() = 올림 3) Math.floor()= 내림