Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshNA044 authored Jan 22, 2024
1 parent cfc7eac commit e0397ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

</nav>
<div>
<h2 style="background-color: #80008027; padding: 10px; text-align:center; border: 3px solid #800080; border-radius: 8px;">Currency Converter</h2>
<br><br><br><br><h2 style="background-color: #80008027; padding: 10px; text-align:center; border: 3px solid #800080; border-radius: 8px;">Currency Converter</h2>

<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>
Expand Down

0 comments on commit e0397ce

Please sign in to comment.