Declare a variable isACustomer suitable for representing a true or false value.

LANGUAGE: JAVA

CHALLENGE:

Declare a variable isACustomer suitable for representing a true or false value.

SOLUTION:


boolean isACustomer;