C#C
C#3y ago
Mysel

❔ Foreach on two different lists

Hey i would like to know how to do a foreach loop for these two different lists where it can print out "aBook" and "aAuthor" in the same line, something like Console.WriteLine(aBook + " by " aAuthor) thank you in advance!
image.png
Was this page helpful?