My Projects

Java Projects

These are my recent Java projects

Home Insurance Calculator

This simple JAVA project is used for calculating the cost of home insurance and the cost of rent using a specific formula I developed which factors in the amout of rooms, windows etc.. it then returns the cost of rent and insurance and all the details about the house.

Since this project is built with JAVA, I used OOP, which is a style of programming in which developers build classes of objects that have methods linked to them. This means i can re-use code to make objects or use the classes for methods.