100 best English novels since 1923
100BestNovels = The Complete List by Time Magazine
foreach (novel n in 100BestNovels)
{
ThingsToDoInLife.Add(n); /* …. some day I will read them all inshaAllah. */
}
100BestNovels = The Complete List by Time Magazine
foreach (novel n in 100BestNovels)
{
ThingsToDoInLife.Add(n); /* …. some day I will read them all inshaAllah. */
}
I have read 5 of these novels and seen 9 movie adaptations
There is a problem with the code.
Function is asking for an action thats ‘ThingsToDoInLife’ and you are adding an item. It should have been something like ‘ThingsToDoInLife(ReadBook(n))’
And now it seems that I have a potential to become a geek.
@Beenish: Hmm it seems you are right, thats why I never claimed code compiled without any error(s) and warning(s)