chelseybridges5816 chelseybridges5816 31-01-2024 Computers and Technology contestada What value would be stored in variable x after the following code executes?int a = 3;int b = 2;double x = a/b;