Write a program that reads a Double value and prints it out.
Reading data with readln
Read a Double
Report a typo
Sample Input 1:
1.1Sample Output 1:
1.1Write a program in Kotlin
fun main() {
// put your code here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.