Git Product home page Git Product logo

basicbankaccount's Introduction

Bank Account Management System

This Java program is a simple bank account management system that allows users to create accounts, deposit and withdraw money, and view account details. Below is a brief overview of the functionalities and usage of the program.

Features

  • User Registration: Users can register by providing their ID number, creating a password, and choosing a username.
  • Login: Registered users can log in using their ID number and password.
  • Deposit: Users can deposit money into their account.
  • Withdrawal: Users can withdraw money from their account, provided they have sufficient balance.
  • View Account Details: Users can view their account information, including username, ID number, and password.
  • Exit: Users can safely exit the program.

Usage

  1. Registration: Upon running the program, users are prompted to register by entering their ID number, creating a numeric password, and choosing a username.

  2. Login: After registration, users need to log in using their ID number and password.

  3. Main Menu: Once logged in, users are presented with a menu where they can choose various actions:

    • Deposit money into their account.
    • Withdraw money from their account (if sufficient balance).
    • View account details.
    • Exit the program.
  4. Deposit: To deposit money, users select the deposit option, enter the amount they wish to deposit, and confirm the transaction.

  5. Withdrawal: To withdraw money, users select the withdrawal option, enter the amount they wish to withdraw (if they have sufficient balance), and confirm the transaction.

  6. View Account Details: Users can view their account details, including username, ID number, and password.

  7. Exit: Users can safely exit the program by selecting the exit option.

Getting Started

To run the program, follow these steps:

  1. Make sure you have Java installed on your system.

  2. Download the Main.java file.

  3. Open a command prompt or terminal window.

  4. Navigate to the directory where Main.java is saved.

  5. Compile the Java file by running the following command:

    javac Main.java
    
  6. Run the compiled Java program:

    java Main
    
  7. Follow the on-screen instructions to use the bank account management system.

Contributors

  • Furkan Aydemir
  • deerborg

Version History

  • Version: alpha 1.0
  • Release Date: 2024

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

basicbankaccount's People

Contributors

deerborg avatar

Stargazers

Rohat  avatar Doğuş avatar Batuhan Yürüdür avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.