From 5a1df670f4c287235e4fac232bb417cc7adf0552 Mon Sep 17 00:00:00 2001
From: Harsh <152859342+HarshNA044@users.noreply.github.com>
Date: Tue, 4 Jun 2024 17:03:06 +0530
Subject: [PATCH] Update index.html
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index f1392a5..b587bb6 100644
--- a/index.html
+++ b/index.html
@@ -174,8 +174,8 @@
document.getElementById("greeting").innerHTML = greetings();
/*]]>*/
-
-
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 the changes in exchange rate valuations. This project also 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.