Posted by: sangfroid July 28, 2008
Java help
Login in to Rate this Post:     0       ?        
also why you are having this "else" statement ?? (when it has no use at all)


if (bobAlive)
  {
   if (charlieAlive)
    shoot(charlieAlive, 0.5, num_alive);
   else if (aaronAlive)
    shoot(aaronAlive, 0.5, num_alive);
    else
    ;
  


Read Full Discussion Thread for this article