baxterpaiige2460 baxterpaiige2460 29-04-2024 Mathematics contestada What is the boolean evaluation of this C-style expression in red? int x = 3; int y = 2; if (y++ && y++==x) { } a. True b. False