Computer Science, asked by richamishra207, 6 months ago

write a class with the name area using function overloading that computes the area of parallelogram, rhombus and trapezium in java​

Answers

Answered by sharmachitranshi75
2

Answer:

Java program to calculate the area of a parallelogram. There may be so many ways to represent the code in order to calculate the area of a parallelogram. Here, we tried to write in just three to four lines of code.

Similar questions