Help me how to complete the water consumption code from kotlin | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Help me how to complete the water consumption code from kotlin

28th Jul 2021, 6:56 AM
JAYA PRASANTH
JAYA PRASANTH - avatar
4 Answers
+ 8
Hey :) Can you please link your attempt and add additional information? Thanks :) https://www.sololearn.com/discuss/333866/?ref=app
28th Jul 2021, 7:48 AM
Matthew
Matthew - avatar
+ 2
https://code.sololearn.com/cAslTirdfyC6/?ref=app
28th Jul 2021, 10:15 AM
Tharul Nejana
Tharul Nejana - avatar
+ 2
Copy this code correct and like and check please thank you
14th Sep 2021, 7:58 AM
Brigido bergado jr
Brigido bergado jr - avatar
+ 1
fun main(args: Array<String>) { var years = readLine()!!.toInt() println(years * 365 * 15) }
14th Sep 2021, 7:57 AM
Brigido bergado jr
Brigido bergado jr - avatar