[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fEIUauG9rLB2v37AndbBx3Nnt0_17msZgEnrPC0LpL7g":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":24,"type":25},[],"2024-10-10 15:48:26",161170240,[8,9,10,11],"int[] arr = new int[2]","int arr[] = new int[2]","int[] arr = {1,2,3,4,5}","int[] arr = new int[5] {1,2,3,4,5}",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},5,"b6a8d08570c70cde7f2eb4e510ffc6a8","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F0b5468937927c72da5545506711db098.jpg","Java语言程序设计(2024-2025上学期）","work_37264423","4.多重循环及一维数组","下列表示新建一个一维数组的语句,有误的是( )",[21,26,35,42,47],{"answer":22,"createTime":5,"id":6,"options":23,"question":19,"source":24,"type":25},[],[8,9,10,11],"v1",0,{"answer":27,"createTime":5,"id":28,"options":29,"question":34,"source":24,"type":25},[],161170242,[30,31,32,33],"4444","4321","1234","4432","下列程序输出的结果为( ). public static void main(String[] args) { for (int i =4; i &gt;0; i--) { int j =0; do { j++; if (j==4) { break; } }while(j&lt;=i); System.out.print(j); } }",{"answer":36,"createTime":37,"id":38,"options":39,"question":40,"source":24,"type":41},[],"2024-10-19 17:54:51",162306480,[],"下列程序输出的结果是________. public static void main(String[] args) { int i=0,j=0; while (i&lt;5) { if(i%3 == 0) { i++; continue; } i++; j=j+i; } System.out.println(j); }",2,{"answer":43,"createTime":37,"id":44,"options":45,"question":46,"source":24,"type":41},[],162306481,[],"下列程序中,要求输出结果为java,则空白处要填写的代码为________. public static void main(String[] args) { String[] array = {&quot;a&quot;,&quot;v&quot;,&quot;a&quot;,&quot;j&quot;}; __________ }",{"answer":48,"createTime":37,"id":49,"options":50,"question":51,"source":24,"type":52},[],162306482,[],"斐波那契数列指的是这样一个数列 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233,377,610,987,1597,2584,4181,6765,10946,17711,28657,46368&hellip;&hellip; 特别指出:第0项是0,第1项是第一个1. 这个数列从第三项开始,每一项都等于前两项之和. 编写程序,要求输出斐波那契数列的前20个数,即结果为: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233,377,610,987,1597,2584,4181",4]