aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • JavaScript Fundamentals
  • How do you find the number with the highest value of x an...
Multiple choice

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

  1. Math.ceil(x, y)

  2. Math.max(x, y)

  3. top(x, y)

  4. ceil(x, y)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Math.max(x, y) function returns the largest of the zero or more numbers given as input parameters.

Keep practicing — related questions

  • 10.How do you find the largest number of 2 and 4?
  • How do you find the largest number of 6 and 8?
  • Which function calculates the largest value in a set of numbers?
  • If the value of x lies between 0 & 1 which of the following is the largest?
  • When x = 0, y = -1, then the value of expression 2x + 2y is
  • What will be the output of the program? class Bitwise { public static void main(String [] args) { int x = 1...
  • What will be the output of the program? public class Test { public static int y; public static void foo(int...
  • In $\triangle ABC$, If $x,y,z$ are perpendicular distance from the circumcentre to the sides of the $\displ...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Computer Software Operations (1772 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy