Welcome to my Java projects repository! This is a collection of functional console-based applications that demonstrate core programming concepts, object-oriented design, and real-world utility logic.
This Java program i created calculates the monthly mortgage payment based on user input. It asks for the principal amount, annual interest rate, and the period in years. After calculating the mortgage ...