如果x不在1到50之间.... [英] if x not between 1 and 50....

查看:46
本文介绍了如果x不在1到50之间....的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎么能这样做:


如果x不在1和50之间,那么...?


非常感谢!

How can I do that:

if x is not betweend 1 and 50 then...?

thanks a lot!

推荐答案



" Sven" < f是氟烃基;在消息新闻中写道:Ol ************** @ TK2MSFTNGP11.phx.gbl ...

"Sven" <f> wrote in message news:Ol**************@TK2MSFTNGP11.phx.gbl...
我该怎么做:
如果x不在1和50之间,那么...?

非常感谢!
How can I do that:

if x is not betweend 1 and 50 then...?

thanks a lot!




if((x< 1)或者(x> 50))然后......

/ Al



if ( ( x < 1 ) or ( x > 50 ) ) then...
/Al


谢谢

" Al Dunbar [MS-MVP] QUOT; <人*************** @ hotmail.com> schrieb im Newsbeitrag

新闻:eh ************** @ TK2MSFTNGP09.phx.gbl ...
thanks
"Al Dunbar [MS-MVP]" <al***************@hotmail.com> schrieb im Newsbeitrag
news:eh**************@TK2MSFTNGP09.phx.gbl...

" ;斯文" < f是氟烃基;在消息新闻中写道:Ol ************** @ TK2MSFTNGP11.phx.gbl ...

"Sven" <f> wrote in message news:Ol**************@TK2MSFTNGP11.phx.gbl...
我该怎么做:
如果x不在1和50之间,那么...?

非常感谢!
How can I do that:

if x is not betweend 1 and 50 then...?

thanks a lot!



if((x <1)或(x> ; 50))然后......

/ Al



if ( ( x < 1 ) or ( x > 50 ) ) then...
/Al



*" Sven" < f是氟烃基; scripsit:
* "Sven" <f> scripsit:
我怎么能这样做:

如果x不在1和50之间那么......?
How can I do that:

if x is not betweend 1 and 50 then...?




\\\

如果x< 1或x> 50然后

...

结束如果

///


-

Herfried K. Wagner [MVP]

< http://www.mvps.org/dotnet>



\\\
If x < 1 Or x > 50 Then
...
End If
///

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>


这篇关于如果x不在1到50之间....的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆