What you'll learn
In this project, you will be creating your first program in Java - a mortgage calculator and best loan rate calculator. You will develop multiple command-line programs that can run from a single app.
- Create a command-line program to return the best loan rates based on the loan term.
- Create a command-line program to return the net monthly savings given income and expenses.
- Create a command-line program to return the monthly mortgage payment given few required inputs.
- Merge all the command-line programs into one user-friendly app and verify the app can handle errors and bad inputs.
Table of contents
- Set up your local environment for this project. We'll walk you through everything you need to know, including how to install and configure your environment to be able to complete all of the tasks.
- Create a command-line program to return the best loan rates based on the loan term.
- Create a command-line program to return the net monthly savings given income and expenses.
- Create a command-line program to return the monthly mortgage payment given few required inputs.
- Merge all the command-line apps into one
- Make your calculators safe against bad inputs
Course FAQ
Despite being released decades ago, Java remains one of the most widely-used programming languages today and finds use in many applications from big data to Android development.
This project will help you develop multiple programs that will run from a single Java app.
This beginner-level project is great for breand new Java developers just getting their feet wet.
This project will walk you through installing IntelliJ for running unit tests.