What is the output of this program?
i.isNaN() method returns returns true if i is not a number and false when i is a number.
Here false is returned because i is a number i:e 257.5.Output:$ javac Output.java$ java Outputfalse
Share this page with your friends!
Your email address will not be published. Required fields are marked *
Please Create a Free Account to continue! If you already have an account then please Login
Submit Comment/FeedBack