If the need arose, how could you abort the coroutine?
1.9 You have started a long-running coroutine whose job you have assigned to a variable named task.
Why is a primitive integer able to work with a function that expects an object?
1.8 You pass an integer to a function expecting type Any.
Which kind of loop would work best for this app? Keep in mind that the loop is entered at least once If the user enters an empty string, the program exits.
1.7 You are writing a console app in Kotlin that processes test entered by the user.
1.6 What is the entry point for a Kotlin application?.
How could you use its invoke methods and display the results?
1.5 Your application has an add function.
1.4 Inside an extension function, what is the name of the variable that corresponds to the receiver object.
What is one thing abstract class can do that interfaces cannot?
1.3 Kotlin interfaces ad abstract classes are very similar.
1.2 When the Airplane class is instantiated, it displays Aircraft = null, not Aircraft = C130 why?.
Without using var or val, which method allows iteration with both the value and its position?
1.1 You would like to print each score on its own line with its cardinal position.