From c1be928a584f8f3d6c440fa4dc07dd254b12a524 Mon Sep 17 00:00:00 2001 From: Harsh <152859342+HarshNA044@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:15:16 +0530 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e866f7e..60d8e72 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -# Currency-Converter \ No newline at end of file +# Currency Converter +![Currency Converter Screenshot](Currency Converter.png) + +## Purpose +The purpose of this project is to create a currency converter that can convert the value of one currency into another based on the current market rates. This project is useful for travelers, businesses, and forex traders who need to exchange currencies or track changes in exchange rate valuations. Additionally, this project demonstrates the concept of object-oriented programming in C++, which is a powerful and widely used programming paradigm that allows for the creation of modular, reusable, and maintainable code. + +## Installation, Running, and Usage +The project is a C++ program and can be compiled and run using a C++ compiler. Users can follow these steps: + +1. Copy the code into a C++ file (e.g., `currency_converter.cpp`). +2. Use a C++ compiler (e.g., g++, Visual Studio) to compile the code. +3. Run the compiled executable. +4. Follow the on-screen instructions to enter currency names and values for conversion. + +## Dependencies, Limitations, and Assumptions + +### Dependencies +The project does not have external dependencies and is standalone. + +### Limitations +The currency conversion rates are hardcoded within the program and may not reflect real-time rates. + +### Assumptions +The user inputs the currency names using specific symbols ('a' to 'l') as mentioned in the pre-instructions.