多项选择题

关于以下程序,说法错误的是() A.
if(abc(natural[i])可以简写为if(abc(natural) B.
程序功能是输出natural数组中的全部奇数 C.
程序功能是输出natural数组中的全部偶数 D.
程序功能是输出natural数组中的全部素数

相关考题