Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramzijabali/csc205-ab-advanced-java
Mesa Community College CSC205-AB-advanced-java
https://github.com/ramzijabali/csc205-ab-advanced-java
computer-science java school-project
Last synced: 2 days ago
JSON representation
Mesa Community College CSC205-AB-advanced-java
- Host: GitHub
- URL: https://github.com/ramzijabali/csc205-ab-advanced-java
- Owner: RamziJabali
- License: unlicense
- Created: 2019-11-11T03:53:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T07:35:31.000Z (almost 4 years ago)
- Last Synced: 2023-08-01T22:48:45.253Z (over 1 year ago)
- Topics: computer-science, java, school-project
- Language: Java
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSC205-AB-advanced-java
## The Second Assignment Banking Application
Given the Threshold, processing chargem initial balance, periodic payment amount, annual interest, and period
the user will be able to choose from two options, option A and B. Option A, tells you what your balance will be
given a number of periods from the user. Option B, tells you how many periods it will yake for you to reach your
goal balance.### Option A (With table)
![1](https://github.com/RamziJabali/CSC205-AB-advanced-java/blob/master/screen-shots/banking-app-test1.gif)
### Option B (With table)
![2](https://github.com/RamziJabali/CSC205-AB-advanced-java/blob/master/screen-shots/banking-app-test2.gif)
## The Third Assignment Data Base Manipulation
Manipulating a pre-existing data base.
### The Data-Base
![3](https://github.com/RamziJabali/CSC205-AB-advanced-java/blob/master/screen-shots/data-base-test2.png)
### The Application
![4](https://github.com/RamziJabali/CSC205-AB-advanced-java/blob/master/screen-shots/data-base-test1.gif)