Contact: aviboots(AT)netvision.net.il
39,845 questions
51,766 answers
573 users
object Main { def main(args: Array[String]): Unit = { val f = 983.6571f val n = (math.floor(math.abs(f) * 10).toInt) % 10 println(n) } } /* run: 6 */