QuestionQ110

Control Flow

Which activity should a developer use in a process that loops through a list of doctors in a hospital database and adds the title "Dr." to every person in that list?

Explanation

A For Each activity iterates through every item in a collection, allowing the process to add the title "Dr." to each doctor individually.

Community Discussion

No comments yet. Be the first to start the discussion!