- 3
Help me how to complete the water consumption code from kotlin
4 Answers
+ 8
Hey :)
Can you please link your attempt and add additional information? Thanks :)
https://www.sololearn.com/discuss/333866/?ref=app
+ 2
https://code.sololearn.com/cAslTirdfyC6/?ref=app
+ 2
Copy this code correct and like and check please thank you
+ 1
fun main(args: Array<String>) {
var years = readLine()!!.toInt()
println(years * 365 * 15)
}