Read a Double

Report a typo

Write a program that reads a Double value and prints it out.

Sample Input 1:

1.1

Sample Output 1:

1.1
Write a program in Kotlin
fun main() {
// put your code here
}
___

Create a free account to access the full topic