This if statement should execute if x is 0 or 1 and y < 10 . Is it correct?
``` if(x == 0 || x == 1 && y < 10))
{
cout<<”Hello!”;
}```
A. yes
B. no
B
Computer Science & Information Technology
You might also like to view...
The edges of the cells in Excel are defined with ________ that appear on the screen
A) characters B) borders C) gridlines D) pixels
Computer Science & Information Technology
What RFC defines the DNS resource record types?
A. RFC 1100 B. RFC 1183 C. RFC 1918 D. RFC 2311
Computer Science & Information Technology