randomdude229 randomdude229 25-09-2020 Computers and Technology contestada What is the value of h after the following lines execute? h = 0 i = 2 h = h + i + 2 + i i = h - 1 * 2 i = i - 1 h = h + i % 2 i = h + 3 h = h + i - 2 * 2