leslylopez65631 leslylopez65631 29-04-2024 Computers and Technology Answered Which of the following expressions is legal in C++?1. x = (y == z)2. float y = 12.673. for (i = 10; i == 1; i = 4)4. bool(x) = (bool) 10;