Write a program that prints the temperature closest to 0 among input data. if two numbers are equally close to zero, positive integer has to be considered closest to zero (for instance, if the temperatures are -5 and 5, then display 5)