题目:下列程序输出结果为 >> str='The result is 100.'; >> len=length(str); >> s=[]; >> for n=1:len if str(n)>'9'|str(n)<'0' continue end s=[s str(n)]; end s
A. s=[ ]
B. ‘The result is’
C. s=100
D. 100
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。