Question: Write a Java program that takes the lengths of four sides, s1, s2, s3, and s4, and decides if the sides of the given lengths
Write a Java program that takes the lengths of four sides, s1, s2, s3, and s4, and decides if the sides of the given lengths can form a quadrilateral. If they can, further determine if the quadrilateral can be a rectangle. Again, determine if the rectangle can be a square. Your program will print one of the following messages: Invalid! Cant form a quadrilateral. Quadrilateral Rectangle Square
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
