Be sure to provide screenshots along with your explanations.
How is the For Each loop used in this app? What is the significance of this loop?
Answer
The For Each loop is used to add emails to the list and send messages. This is significant because you can constantly add more and more people and emails to the list with it not running out. Another significance is that you can send messages to the whole list.
Besides Texting and the For Each loop, what programming concept plays a significant role in the functionality of this app? Explain.
Answer
The list functions were a significant part of the functionality of the app because it saves and stores user and app information to the actual device for future use.