+ 1
Write a c program
Assume that you have data from meteorological department for last 20 years about humidity, temperature, atmospheric pressure, is it rained or not. Develop a C program to predict temperature, possibility of raining, humidity for the given day.
1 Respuesta
+ 4
instead of C I suggest you to move on to Machine Learning, where the ML libraries can do the trick. Just put the metrological data into a pickle file and train them in any ML algorithm. Your job is done and Dusted. All the best.