Git Product home page Git Product logo

bankaccountjava's Introduction

Overview

I created this to demonstrate the use of Visual Studio Code, GitHub, and Java integrated .

The program is in Java that demonstrates the following: Variables, Expressions, Conditionals, Loops, Functions, Classes, Data structure from Java Collection Framework (such as ArrayList, TreeSet, or HashMap)

Java language is an object-oriented language used for embedded and application development.Java requires the use of a compiler and a Java Virtual Machine (JVM) which can both be obtained by installing the Java Development Kit (JDK). Compiled code (often with a .class or .jar extension) will run on any computer that has a JVM. Java contains a substantial library which includes many classes for data structures (Java Collection Framework), file management, and threading. In Java, every file contains a single class. A static main function is created in one of the classes and is used to provide a starting point for the program.

I am expanding on a previous bank account program I wrote. The program is to accept new account numbers, withdraws, and credits for a bank using classes and data structure.

Software Demo Video

Development Environment

  • Visual Studio Code
  • JDK
  • Java
  • Git / GitHub

Useful Websites

Future Work

  • Work on Quality control
  • As user for withdraws and entries

bankaccountjava's People

Contributors

awarbler 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.