A simple C# console app to calculate how long it will take to save up for a goal based on an initial amount, target amount, and monthly deposit.
- Enter your initial amount, target amount, and monthly deposit.
- Calculates the number of months needed to reach the goal.
- Input validation ensures valid positive numbers.
- Clone or download the repository.
- Build and run the app in a C# IDE (e.g., Visual Studio).
- Enter the required values when prompted.