✏️ Explanatory Question

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

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

👁 60 Views
📘 Detailed Answer
🟡 Medium
💡

Answer with Explanation

  1. boolean
  2. double