News

Triangle Calculator Demo Overview This project is a demonstration of how to handle user input in Java and use object-oriented programming (OOP) concepts such as inheritance and polymorphism. The ...
Java project which determines type of triangle based on the lengths of three sides taken as user input. Class with main method - TriangleTest.java In this project Factory design pattern is used as ...