On Dec 26, 7:10 am, Rodrigo <rod...@gmail.com> wrote:
> Hello Everybody...
>
> I have a doubt with this homework, I don't understand this line of
> code: "TOUCHDOWN( 6, 2 ), FIELDGOAL( 3, 2 ), TWOPOINTS( 2, 2 ),
> SAFETY( 2, 1 ), EXTRAPOINT( 1, 0 );"
>
> for example in TOUCHDOWN( 6, 2 ) I know the meaning the first value,
> but the second value, I don't understand, I need your Help.
Watch the definition of FootBallScore in the homework. It has a value
and an extrapoint. So, for each element you give above the first
parameter is its value, and the second parameter is the number of
extrapoints it gives.

Michèle Garoche

-- 
To post to this group, send email to javaprogrammingwithpassion@googlegroups.com
To unsubscribe from this group, send email to 
javaprogrammingwithpassion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en

Reply via email to