We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b1786 commit 0bcf144Copy full SHA for 0bcf144
SourceCode/chap_04-Operations/Lesson_03/LogicalOperators.java
@@ -18,7 +18,7 @@ public static void main(String[] args) {
18
int a = 10;
19
int b = 20;
20
21
- displayBanner('*', 72);
+ displayBanne('*', 72);
22
System.out.println("LOGICAL OPERATORS DEMONSTRATION");
23
System.out.println("===============================");
24
System.out.println("Working with variables: p = " + p + ", q = " + q);
0 commit comments