题目内容
下面是采用顺序查找在数组a中查找值为x的元素的程序。请填空。#include void main( ){int a[10] = {24, 76, 83, 4, 97, 16, 35, 52, 60, 15};int x, i, t;scanf("%d", &x);;for{if ( ){printf("a[%d] = %d", i, a[i]);;}}if (t == 0)printf("No found!");}
查看答案
搜索结果不匹配?点我反馈