On 11/20/2013 5:51 AM, Joseph John wrote:
Hi
In LAB-1016 Java collection frame work ,  exercise  2.2
In think there is some typing mistake
Please see the attached screen shot.
the occurrence is just after for loop

      // Create a deck of cards for each player
for (int i=0; i<numHands; i++)
System.out.println("Cards for player #" + (i+1) + ": " +dealHand(deck, cardsPerHand));

two close brace is there, which is not needed
thanks
Joseph John

Thanks.  It is corrected now.

-Sang


--
You received this message because you are subscribed to the Google Groups "JPassion.com: Java Programming" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at http://groups.google.com/group/jpassion_java.
For more options, visit https://groups.google.com/groups/opt_out.


--
-------------------------------------------------------------------
             Sang Shin, [email protected]
  Founder and Chief Instructor of JPassion.com (JavaPassion.com)
         http://www.linkedin.com/in/javapassion (Linkedin)
          http://twitter.com/javapassion (Tweeter)
            Life is worth living... with Passion!

   Practically Free 3 to 5 days Live, Hands-on, Online Codecamps on
 Java, HTML5, Ruby/Rails, Grails, JavaScript/jQuery, Spring, Android
             http://jpassion.com/codecamps
----------------------------------------------------------------------

--
You received this message because you are subscribed to the Google Groups 
"JPassion.com: Java Programming" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/jpassion_java.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to