复制
收藏
提问
全网
观察以下代码,分析出该方法的返回值类型( ) public static float area(int width,int height){ return (float) width*height; } A、public B、static C、 area D、float
5月前
理解问题观察以下代码,分析出该方法的返回值类型( ) public static float area(int width,int height){ return (float) width*height; } A、public B、static C、 area D、float
已完成理解「观察以下代码,分析出该方法的返回值类型( ) public static float area(int width,int height){ return (float) width*height; } A、public B、static C、 area D、float」
展开阅读网页
更专业一些
转笔记
专业
观察以下代码,分析出该方法的返回值类型( )
public static float area(int width,int height){
return (float) width*height;
}
A、public B、static
C、 area D、float不在提醒