This is a simple currency exchange calculator made in C# as a console application.
It allows users to convert between Serbian dinars (RSD) and Euros (EUR) based on a fixed exchange rate.
- ✅ Displays a fixed exchange rate:
- 1 EUR = 118 RSD
- 1 RSD ≈ 0.00847 EUR
- 🔄 Convert:
- Dinars to Euros
- Euros to Dinars
- 🚫 Input validation to prevent converting zero or negative values
C#
.NET Console Application
- Make sure you have the .NET SDK installed.
- Clone this repository:
git clone https://github.com/your-username/currency-exchange.git