Uncomment some lines

Report a typo

Here is a program that does not work. Fix it, please.

You need to uncomment some lines so that the program prints the number 893457.

Write a program in Kotlin
/**
* The main function is the entry point of the program
*
fun main() {
/*
/* println(980233)
// println(893457) */
// println(789722)
*/
}
___

Create a free account to access the full topic