R Ranjeet • 34.60K Points Instructor I Bookmark Embed Report View In MB-Short Q. Which of the following is the correct way to declare a boolean variable named isJavaFun and initialize it to true in Java? (A) boolean isJavaFun = true (B) bool isJavaFun = true (C) boolean = true (D) bool = true Correct Answer - Option(A) Views: 122 Filed under category JAVA Share
Discusssion
Login to discuss.