/Cofre-em-JAVA

I created a simple project called 'Cofrinho' in Java using IntelliJ for educational purposes. The project allows you to add coins in Brazilian real, euro, and dollar, as well as remove coins, display the total, convert euros and dollars to Brazilian real, and list all the coins.

Primary LanguageJava

Cofrinho

📚 Description

Cofrinho is a Java project developed for educational purposes. This project simulates a piggy bank where you can: Captura de tela 2024-09-03 171430

  • Add and remove coins in different currencies (Real, Euro, and Dollar)
  • Calculate the total amount in Brazilian real
  • Convert values between different currencies
  • List all stored coins

🚀 Features

  • Add Coins: Include coins in Real, Euro, and Dollar.
  • Remove Coins: Exclude coins from the piggy bank as needed.
  • Show Total: View the accumulated total value in Brazilian real.
  • Convert Currency: Convert Euro and Dollar values to Brazilian real.
  • List Coins: Display all coins currently stored in the piggy bank.

🛠️ Requirements

  • Java 8 or higher
  • IntelliJ IDEA or any Java-compatible IDE

📥 Installation

  1. Clone the Repository:

    git clone https://github.com/Maylui2/Cofre-em-JAVA.git