From c5e1aa6f48bc40890cf2f99b2bed36006a0b650f Mon Sep 17 00:00:00 2001
From: Harsh <152859342+HarshNA044@users.noreply.github.com>
Date: Tue, 4 Jun 2024 17:06:14 +0530
Subject: [PATCH] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 030dc1f..5889869 100644
--- a/index.html
+++ b/index.html
@@ -174,7 +174,7 @@
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.