Write a PHP script to calculate and display average temperature, five lowest and highest temperatures
belongs to collection: PHP array programs with examples
All Answers
total answers (1)
belongs to collection: PHP array programs with examples
total answers (1)
PHP is a server scripting language, and It is a powerful tool for making interactive and dynamic Web-pages. I have used WampServer 2.2 for following excercise..
Result:
need an explanation for this answer? contact us directly to get an explanation for this answerAverage Temperature is : 70.6
List of five lowest temperatures : 60, 62, 63, 63, 64,
List of five highest temperatures : 76, 78, 79, 81, 85,