How I Created It:
This is a simple Java program that is actually very similar to the one that I had created using JavaScript. I used the scanner utility for the input, double instead of int, and the program determines the interest rate after a certain number of years.
Here is a list of most of the elements and attributes that I used, many of them for the first time:- Conditional structure
- Validation
- Scanner
- Variables / Doubles
What I Learned:
I learned how to make a simple program that does look a bit like an online banking interface and behaves a bit like one as well. I like how the interest rate changes based on the years.