Help Displaying Temp On Two 7-Pin LEDs

Not how you write an if statement:

if (temp = 60)

Correct way:

if (temp == 60)