Question: Purpose The purpose of this assignment is to create an Android App that uses control flow statements as well as create an Android App that
Purpose
The purpose of this assignment is to create an Android App that uses control flow statements as well as create an Android App that uses Object-Oriented programming techniques using Kotlin.
Instructions
Complete the following steps:
- Create an application associated with chapter 2. This application should have a loop, That loop should:
- Loop 10 times
- Print out the current index to the console in Android Studio (from 1 to 10)
- Once the loop is complete , the system should display the message "We have exited the first loop"
- Create a second loop that also will loops for 10 times and prints out the current index to the console in Android Studio (from 1 to 10)
- If the index is 5, the system will use a Jump expression to exit the loop.
- Once the system has exited the second loop, the system should display the message "We have exited the second loop"
- Finally, the app should output the message "The application is complete... "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
