Examlex

Solved

What Is the Problem with the Following If Statement? Double

question 109

Multiple Choice

What is the problem with the following if statement? double count = 15.0;
If (count / 3.0)
{
System.out.println("The value of count is ") ;
}


Definitions:

Related Questions