Home / Questions / What is the data type that the following library functions return? isWhitespace(char ch) Math.random()
Explanatory Question

What is the data type that the following library functions return?

  1. isWhitespace(char ch)
  2. Math.random()

👁 60 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  1. boolean
  2. double