0 / 60 seg.

What is the result from executing this code snippet?

bool x=true, y=false;
if (~x || y) {
    /*part A*/
} else {
    /*part B*/
}