does fp location matters.

Cheifcook

My guess is that you are not from SJ. That is what I said, SJ people, oakland people, and sac. people are getting lucky.
 
Cheifcook

Code:
[FONT=courier new]
[COLOR=blue]
void main()
{
     CApplicant *applicant = new CApplicant("Silly Man") ;
     if ((applicant->region != 'San Jose') || (applicant->region != 'Oakland') || (applicant->region != 'Sacramento'))
     {
          applicant->luck = 'bad' ;
     }
     else
     {
         applicant->luck = 'good' ;
     }
)
[/COLOR]
[COLOR=Green]
// The above does not implicate, that I'm from SJ
// I'm from LA. Unlucky albeit, but from LA. :rolleyes: 
[/COLOR]
[/FONT]
 
Top