Computer Science, asked by ravi2001choudhpcnt24, 11 months ago

write the java expression for the following pq root 3 +0.02 root r

Answers

Answered by Ankit02
30

Your Answer :-

Java is a high level Programming Language which is used for the Purpose of Web Creation .

Coming Back to The Question :-

The Expression for The Given will Be :-

 pq \sqrt{3} +0.02\sqrt{r}

 \underline{Answer :- }

⇒ p * q * Math.sqrt(3) + 0.02 *Math.sqrt(r)

# Be Brainly .

^_^ ^_^

Answered by madhavilatha27
1

Answer:

p * q * Math.sqrt(3) + 0.02 * Math.sqrt(r)

is the java expression for the given question..

Similar questions