The same line

Report a typo

Read two lines, each on a separate line, and print whether they are equal or not.

Sample Input 1:

Right answer
Right answer

Sample Output 1:

true

Sample Input 2:

Line
The same line

Sample Output 2:

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

Create a free account to access the full topic