
是条件判断语句编程算法,以VB.net编程,举例如下:
dim a,b as integer
if a >b then
textbook.text="the value of a bigger than b"
else
textbook.text="the value of a not bigger than b"
end if
最基础的basic语言

是条件判断语句编程算法,以VB.net编程,举例如下:
dim a,b as integer
if a >b then
textbook.text="the value of a bigger than b"
else
textbook.text="the value of a not bigger than b"
end if
最基础的basic语言