有如下程序a$="Flying":b$="IS":c$="funny!”Printa$+""+LCase$(bS)十+""UCaseS(c$S)End运行后输出的结果是【 】。

有如下程序

a$="Flying":b$="IS":c$="funny!”

Printa$+""+LCase$(bS)十+""UCaseS(c$S)

End

运行后输出的结果是【 】。


相关考题:

有如下程序:AS="Flying": b$="Is":c$="funny!"Print a$+""+LCase$(b$)+""+ UCase$(e$)End运行后输出的结果是【 】。

有如下程序a$="Flying":b$="IS":c$="funny!"Print a$+""+LCase$(b$)+""+UCase$(c$)End运行后输出的结果是【 】。

有如下程序 a=100 Do s=s +a a=a+1 Loop While a>120 Print a 运行时输出的结果是( )。A.100B.120C.201D.101

若有如下程序:includeusing namespace std;int s=O;class sample{static int n;publi 若有如下程序: #include<iostream> using namespace std; int s=O; class sample { static int n; public: sample(int i) { n=i; } static void add() { s+=n; } }; int sample::s=0; int main() { sample a(2),b(5); sample::add(); cout<<S<<end1; return 0; } 程序运行后的输出结果是A.2B.5C.7D.3

有如下程序 a=100 D。 s=s+a a=a+1 Loop While a>120、 Print a 运行时输出的结果是( )。A.100B.t20C.201D.101

有如下程序: a = 100 Do s=s+a a=a+1 Loop While a > 120 Print a 运行时输出的结果是( )。A.100B.120C.201D.101

有如下程序aS-"Flying"b$="IS":c$""funny!"PrInt aS+""+LCase$(b$)+""+UCase$(cS)End运行后输出的结果是【 】。

有如下程序 a=100 Do s=s +a a=a +l Loop While a>120 Print a 运行时输出的结果是( )。A.100B.120C.201D.101

若有如下程序:includeusing namespaces std;int s=0;class sample,{ static int n;pu 若有如下程序: #include <iostream> using namespaces std; int s=0; class sample, { static int n; public: sample(int i) { n=i; } static void add() { s+=n; } }; int sample::s=0; int main() { sample a(2),b(5); sample::add(); cout<<s<<end1; return 0; } 程序运行后的输出结果是( )。A.2B.5C.7D.3