Double characters

Report a typo

Write a program that reads a string and then output another string with doubled characters.

Sample Input 1:

The

Sample Output 1:

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

Create a free account to access the full topic