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