Assignment task: Weather forecasting system Project
The project uses science and technology to create precise forecasts about the weather in a specific region at a particular time. Weather forecasting systems and applications record various characteristics (humidity, pressure, temperature, and wind speed) to anticipate weather conditions on any given day.
Users log in using their user ID and password through a graphical UI. This application differs from other traditional weather forecast systems because They need to enter more than just the location.
They should manually enter their current location characteristics. The algorithm will forecast weather conditions based on historical data contained in the database. The administrator updates the database regularly (data from previous weather events).
A) Use the software development process to develop codes in an object-oriented language for the project.
B) The project should include use-case diagrams, UML classes, activity diagrams or sequence diagrams, and codes.
C) Also, explain how to make the software reusable and with as little maintenance as possible.