157k views
1 vote
if i had 5 strings each representing an email address thati intended to snd emails to what data strucureswould be the best way to store those strings

User Mtekeli
by
7.6k points

1 Answer

5 votes

Answer:

An array.

Step-by-step explanation:

An array can stores strings in most programming languages, and is usually easy to iterate over.

User Xdeepakv
by
7.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.