jackieespi7091 jackieespi7091 01-03-2024 Computers and Technology contestada What is the value of average after the following code executes?double average;average = 1.0 + 2.0 + 3.0 / 3.0;