Computer Science, asked by YakshPatel007, 1 month ago

Write the corresponding Java expression for the following
(cos X / tan X ) + X
in java

Answers

Answered by fakrealam9331264846
1

Explanation:

i

double value=(cos x/tan x) +x

Similar questions