Can't access return of a method to another method in java?

后端 未结 0 1793
粉色の甜心
粉色の甜心 2020-12-13 12:13

I have three methods.

public class MyProject {

    public static void getArea(double width, double length) {
        double area = (width * length);
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题