daphnehenze594 daphnehenze594 15-01-2024 Computers and Technology contestada Consider the following pseudocode fragment:count := 0for i = 1 to 5 for j = 1 to 3 count := count + 1 end-forend-forHow many times is the variable count increased?