Daily average temperature information of one year city is kept in a one-dimensional array. Daily average temperature information is between -20 and 40 degrees. Accordingly write a function, taking...


C language homework question :


Daily average temperature information of one year city is kept in a one-dimensional array. Daily average temperature<br>information is between -20 and 40 degrees. Accordingly write a function, taking this array as a parameter, that will find<br>out how many temperatures are between (-20) - (-10), (-9) - (0), (1) - (10), (11) - (20), (21) - (30), (31) - (40) and print it<br>on the screen.<br>Örnek Çıktı (Example Output):<br>(-20) – (-10)= 14<br>(-9) – (0)=25<br>(1) - (10) =57<br>(11) – (20)=48<br>(21) – (30)=129<br>(31) – (40)=92<br>

Extracted text: Daily average temperature information of one year city is kept in a one-dimensional array. Daily average temperature information is between -20 and 40 degrees. Accordingly write a function, taking this array as a parameter, that will find out how many temperatures are between (-20) - (-10), (-9) - (0), (1) - (10), (11) - (20), (21) - (30), (31) - (40) and print it on the screen. Örnek Çıktı (Example Output): (-20) – (-10)= 14 (-9) – (0)=25 (1) - (10) =57 (11) – (20)=48 (21) – (30)=129 (31) – (40)=92

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here