Biology, asked by lkusum8221, 1 year ago

How do you find the number with the highest value of x and y?

Answers

Answered by prince1212
1
Syntax. var x = Math.PI; // Returns PI var y = Math.sqrt(16); // Returns the square root of 16. For a tutorial about the Math object, read our JavaScript Math Tutorial.
Similar questions