[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fbLhkViR8qnEpWOV4D-nr6gh73gUwNQLh4QpNjlFAASc":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":8,"question":15,"related":16,"source":27,"type":43},[],"2024-10-19 17:54:51",162306481,[],{"count":9,"courseId":10,"courseImg":11,"courseName":12,"workId":13,"workName":14},5,"b6a8d08570c70cde7f2eb4e510ffc6a8","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F0b5468937927c72da5545506711db098.jpg","Java语言程序设计(2024-2025上学期）","work_37264423","4.多重循环及一维数组","下列程序中,要求输出结果为java,则空白处要填写的代码为________. public static void main(String[] args) { String[] array = {&quot;a&quot;,&quot;v&quot;,&quot;a&quot;,&quot;j&quot;}; __________ }",[17,29,38,44,47],{"answer":18,"createTime":19,"id":20,"options":21,"question":26,"source":27,"type":28},[],"2024-10-10 15:48:26",161170240,[22,23,24,25],"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}","下列表示新建一个一维数组的语句,有误的是( )","v1",0,{"answer":30,"createTime":19,"id":31,"options":32,"question":37,"source":27,"type":28},[],161170242,[33,34,35,36],"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":39,"createTime":5,"id":40,"options":41,"question":42,"source":27,"type":43},[],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":45,"createTime":5,"id":6,"options":46,"question":15,"source":27,"type":43},[],[],{"answer":48,"createTime":5,"id":49,"options":50,"question":51,"source":27,"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]