Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project