ishaanbaruah7517 ishaanbaruah7517 01-01-2024 Computers and Technology contestada 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++.