Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 415 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 415 Bytes

##Code practise in Java

This repository contains small application written in Java.

###Numbers

Mortgage Calculator - Calculate the monthly payments of a fixed term mortgage over given Nth terms at a given interest rate. Also figure out how long it will take the user to pay back the loan.

Next Prime Number - Have the program find prime numbers until the user chooses to stop asking for the next one.