// howManyRoots.cc
// Write a STUB for this function to "test the testing program".

int howManyRoots(double a, double b, double c)
{
  return 999;
}

