ishaanbaruah7517 ishaanbaruah7517 Today at 11:01 PM Computers and Technology Answered Select a value for the int-typed variable x that satisfies the following Boolean expression (i.e. produces a true outcome): int x = ___________; bool outcome = x < 42 && x >= 5 && ! (x % 3 == 0).This is C++.