Home > Books > 100 best English novels since 1923

100 best English novels since 1923

February 17, 2009 Ali Leave a comment Go to comments

100BestNovels  = The Complete List by Time Magazine

 foreach (novel n  in 100BestNovels)

{

        ThingsToDoInLife.Add(n);  /* …. some day I will read them all inshaAllah. */

}

Tags:
  1. February 17, 2009 at 4:27 pm | #1

    I have read 5 of these novels and seen 9 movie adaptations :P

  2. February 18, 2009 at 4:24 pm | #2

    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.

  3. Ali
    February 19, 2009 at 4:57 am | #3

    @Beenish: Hmm it seems you are right, thats why I never claimed code compiled without any error(s) and warning(s) ;)

  1. February 17, 2009 at 5:22 pm | #1