76.7k views
2 votes
Declare a variable isACustomer , suitable for representing a true or false value.

2 Answers

5 votes

Answer: boolean isACustomer;

Explanation: Use "boolean" instead of "bool".

User Yeh
by
6.1k points
4 votes
Here is the answer to the given statement above. Declare a variable is A Customer , suitable for representing a true or false value is this: bool isACustomer. Hope this answers your question. Have a great day ahead!
User Flight
by
6.2k points