Computer Science, asked by remyatintu7274, 11 months ago

Write an expression in java: cos x √a^2 b^2

Answers

Answered by sumitranaik38467
6

Answer:

cos x* math.sqrt((math.pow(a,2)*(math.pow(b,2));

Similar questions