【单选题】如果x=35 , y=80,下面代码的输出结果是( )。 if (x 30) { if (y >= 100) { Console.WriteLine(" 危险"); } else { Console.WriteLine(" 报警"); } } else { Console.WriteLine(" 安全"); }
【单选题】如果 x=35 , y=80 ,下面代码的输出结果是( )。 if (x 30) { if (y >= 100) { Console.WriteLine(" 危险 "); } else { Console.WriteLine(" 报警 "); } } else { Console.WriteLine(" 安全 "); }
【单选题】以下关于杀毒软件更新,说法正确的是( )。
【单选题】如果 x=35,y=80, 下面代码的输出结果是 ( B ) 。
【单选题】如果 x=35, y=80,下面代码的输出结果是( )。 if (x 30) { if (y >= 100) { Console.WriteLine(" 危险 ! "); } else { Console.WriteLine(" 报警 ! "); } } else { Console.WriteLine(" 安全 "); }
【多选题】关于杀毒软件,以下说法不正确的是( )。
A.
安装了一个好的杀毒软件,就不担心被病毒感染了
C.
电脑同时装多个杀毒软件,比只装一个效果要好很多
D.
国外的杀毒软件只擅长杀外国的病毒,杀国内的病毒还是用国产杀毒软件好一些
【单选题】以下关于杀毒软件更新,说法正确的是( )
【单选题】如果x=35,y=80,下面代码的输出结果是()。
【单选题】如果x=35,y=80,下面代码的输出结果是( )。 if (x 30) { if (y >= 100) { Console.WriteLine("危险"); } else { Console.WriteLine("报警"); } } else { Console.WriteLine("安全"); }