皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
编写数组中的最大值并输出,请在代码中划横线的地方填空,使得代码完整正确。 public class dd { public static void main(String[] args) { int arr[]= {30,54,87,48,14,74,24}; int max=getmax( ______________); System.out.println("max="+max); } public static int getmax(int arr[]) { int max=arr[0]; for(int i=1;i { if(arr[i]>max) ________________; } }}
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】Language has many functions. We can use language to talk about itself. This function is ________.
【单选题】《诗经》一共收录了()篇作品。
A.
300
B.
305
C.
350
D.
315
【简答题】Language has many functions. we can use language to talk about itself. This function is _____.
【单选题】language has many functions. We can use language to talk about itself. This function is
A.
phatic
B.
emotic
C.
poetic
D.
metalingual
【简答题】作业 5 调试上面 3 个截图上的每一个命令并截图 .
【简答题】Language has many functions. We can use language to talk about itself. This function is ______ function.
【单选题】国际贸易结算使用的票据中以()为主。
A.
本票
B.
支票
C.
汇票
D.
期票
【判断题】《诗经》一共收录了305篇作品。
A.
正确
B.
错误
【单选题】《诗经》一共收录了( )篇作品。
A.
300
B.
315
C.
305
D.
3000
【单选题】决定人是直立还是匍匐的是什么的位置?
A.
整骨孔
B.
颌骨
C.
肱骨
D.
股骨
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题