MCQs>IT & Programming>Kotlin>You are writing a console app in Kotlin that processes test entered by the user. If the user enters an empty string, the program exits. Which kind of loop would work best for this app? Keep in mind that the loop is entered at least once
Kotlin MCQs
You are writing a console app in Kotlin that processes test entered by the user. If the user enters an empty string, the program exits. Which kind of loop would work best for this app? Keep in mind that the loop is entered at least once
Answer
Correct Answer: A do..while loop
Explanation:
Note: This Question is unanswered, help us to find answer for this one