anachapal681 anachapal681 30-04-2024 Computers and Technology contestada Given the following declaration: String s = "Apples and bananas are yummy."; Evaluate the expression: s.substring(1, 3) a) "A" b) "AP" c) "p" d) "pp" e) "Apple" f) "Apple and" g) none of these