Schultz3859 Schultz3859 22-01-2024 Computers and Technology contestada Consider the following array declaration and initialization. What is the value of the expression (a[1] + a[3])?String [ ] a = {""A"", ""B"", ""C"", ""D"" }; 1) AC 2) BD 3) ABC 4) CD