What is the weakest precondition?

前端 未结 0 790
野的像风
野的像风 2020-11-30 23:33

Consider the assignment statement and post condition:

    if   ( x== y )
    y = x/2 + 1;
else   
    y = 3 * x – 2;
      { y > 0 }

What

相关标签:
回答
  • 消灭零回复
提交回复
热议问题