4-Compute the weakest precondition for the following statements A. x = 8+ (2y + 4x); y=2*x+ 8 {y > 16} B. if (x > y) y=3
Posted: Sun Jul 03, 2022 11:24 am
4-Compute the weakest precondition for the following statements A. x = 8+ (2y + 4x); y=2*x+ 8 {y > 16} B. if (x > y) y=3*x+ 6 else y= 9 *x+3; {y > 3}