Menu

[solved] – Question 7242

how would you write a program which uses a 1D array to store 10 temperature readings
and that the program include 4 functions main(),controller,ctof() and ftoc().
that the program is for converting fahrenheit to celcius
with it being Fahrenheit->Celcius /5*9 +32

Celius -> (Fahrenheit-32)/9*5

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *