Tatyanamarie5811go Tatyanamarie5811go Computers and Technology Answered 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