Commit 85752ae
committed
feat: Add BooleanCalculator class to perform integer multiplication
Add a new class that demonstrates basic integer multiplication using variables.
Includes:
- Declaration and initialization of integer and boolean variables
- Multiplication of three integers
- Output of the result.1 parent 767a2cc commit 85752ae
File tree
1 file changed
+7
-2
lines changed- Section5OperatorExpression/1. Fundamentals/Operators/1.6 Boolean Calculator/src
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | | - | |
| 13 | + | |
0 commit comments