tatyanamarie5811 tatyanamarie5811 05-12-2022 Computers and Technology contestada Does the method call in the following method cause compile errors? public static void main(String[] args) {Math.pow(2, 4);} A. Yes B. No