比较两位数的大小

来源:互联网 发布:python 批量下载url 编辑:程序博客网 时间:2024/05/16 07:31

  比较两位数的大小,主要步骤:

    Dim m as integer

                Dim n  as integer

         if m>=n then

          print m

          else

           print n

       end if

  心得体会:有 if  的时候别忘了写  end if  。

原创粉丝点击