News

My solutions to the Introduction to Java Programming 10th edition by Y. Daniel Liang ... (Geometry: area of a triangle) Write a program that prompts the user to enter * three points (x1, y1), (x2, y2) ...
Description Write a Java program to find area of a right angled triangle Area of right angled triangle = 0.5 × Base × Height Base : 2 Height : 3 Area : 3 How to contribute Save the solution in ...