Read two lines, each on a separate line, and print whether they are equal or not.
Working with strings
The same line
Report a typo
Sample Input 1:
Right answer
Right answerSample Output 1:
trueSample Input 2:
Line
The same lineSample Output 2:
falseWrite 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.