Computer Applications

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

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

Java Math Lib Methods

ICSE 2013

12 Likes

Answer

  1. boolean
  2. double

Answered By

4 Likes


Related Questions