What will be the output of the following code snippet?var a = Math.max() < Math.min(); var b = Math.max() > Math.min(); print(a); print(b);  - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
15 Sep 2022 12:48 PM study24x7 study24x7

What will be the output of the following code snippet?

var a = Math.max() < Math.min(); var b = Math.max() > Math.min(); print(a); print(b); 

A

true false

B

false true

C

true true

D

false false

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles