简单的门诊收费系统.pptVIP

  • 5
  • 0
  • 约1.1万字
  • 约 44页
  • 2019-10-15 发布于福建
  • 举报
2.2.2 分支选择 If 条件… then 也有可能只是: ...//执行语句 if 条件 … then 语句 else 在这种情况下,语句只 … //执行语句 能一条。 end if 该语句不需要end if 2.2.2 分支选择 //获取ls_title的值 If ls_title=“主任” then ldec_register=32.00 else if ls_title=“副主任” then ldec_register = 23.00 else ldec_register = 13 end if End if If ls_title=“普通” then ldec_register=13 2.2.2 分支选择 choose case 条件 case 值: …//语句 case 值:

文档评论(0)

1亿VIP精品文档

相关文档