timothytomas5192 timothytomas5192 28-01-2024 Computers and Technology contestada Given this code, what prints? boolean b = false; if( b = true ) { Sysout("yes"); } A. Compilation error B. "yes" is printed C. "no" is printed D. Runtime error