Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshNA044 authored Jun 4, 2024
1 parent bd2bb9b commit 5a1df67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
document.getElementById("greeting").innerHTML = greetings();

/*]]>*/</script><br>
<img width=100% src="Currency Converter.png">
<h2><u>Purpose:</u></h2>
<img width=500px src="Currency Converter.png">
<br><h2><u>Purpose:</u></h2>
<p>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.</p><br>

<h2><u>Functionality and Features:</u></h2>
Expand Down

0 comments on commit 5a1df67

Please sign in to comment.