Help Displaying Temp On Two 7-Pin LEDs

  void loop()
  {
    read();
    
    {
    if (temp >= 60 && temp < 70)
    
      if (temp == 60)
      {
        showLED6();
        showL0();
      }

See the problem?