Having trouble on solving the following tasks

AWOL:
I'm sorry, I really don't see the problem.

3527.08 is greater than 3270 AND it is less than 3530.

  if(ThermResist >= Table[5][1](3530) &&ThermResist <= Table[4][1](3800) )
      {
        Serial.print(Table[4][0]); 
        Serial.println(" C");
      }