Skip to content

Commit 0bcf144

Browse files
committed
Update
1 parent 61b1786 commit 0bcf144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourceCode/chap_04-Operations/Lesson_03/LogicalOperators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static void main(String[] args) {
1818
int a = 10;
1919
int b = 20;
2020

21-
displayBanner('*', 72);
21+
displayBanne('*', 72);
2222
System.out.println("LOGICAL OPERATORS DEMONSTRATION");
2323
System.out.println("===============================");
2424
System.out.println("Working with variables: p = " + p + ", q = " + q);

0 commit comments

Comments
 (0)