165,514 views
42 votes
42 votes
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 Gremash
by
3.1k points

1 Answer

13 votes
13 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 Cnova
by
3.2k points