Advertisements
Advertisements
Question
Give reason whether the following assignment is correct or not.
boolean p = false;
One Line Answer
Solution
This assignment is correct since false is a valid boolean literal that is assigned to a boolean variable.
shaalaa.com
Is there an error in this question or solution?
Chapter 1.03: Values and Data Types - EXERCISES [Page 33]