$min = -40;$max = 40;printf("The computer can operate between %+d and %+d degrees Celsius.", $min, $max);?>