https://github.com/kolbewilliams/java-bank-filtering
This Java program randomly generates an array of banks, each with its interest rate and bank code. The program asks for an interest rate, loan amount, and loan term. It then filters the banks based on the user's criteria and creates a table of matching banks. The banks are sorted alphabetically by name and by interest rate at different points.
https://github.com/kolbewilliams/java-bank-filtering
java
Last synced: about 1 month ago
JSON representation
This Java program randomly generates an array of banks, each with its interest rate and bank code. The program asks for an interest rate, loan amount, and loan term. It then filters the banks based on the user's criteria and creates a table of matching banks. The banks are sorted alphabetically by name and by interest rate at different points.
- Host: GitHub
- URL: https://github.com/kolbewilliams/java-bank-filtering
- Owner: KolbeWilliams
- Created: 2024-11-18T05:12:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T05:15:17.000Z (5 months ago)
- Last Synced: 2025-01-24T10:47:02.678Z (3 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Bank-Filtering
This Java program randomly generates an array of banks, each with its interest rate and bank code. The program asks for an interest rate, loan amount, and loan term. It then filters the banks based on the user's criteria and creates a table of matching banks. The banks are sorted alphabetically by name and by interest rate at different points.