Commit 8a198ff
committed
feat: Add Expression2 class to calculate triangle area using Heron's formula
Add a program that:
- Takes three side lengths of a triangle as input
- Computes the semi-perimeter (s) and area using Heron’s formula
- Uses `Math.sqrt` for square root calculation
- Demonstrates use of arithmetic expressions, type casting, and user input in Java.1 parent 8a35d15 commit 8a198ff
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
| 22 | + | |
0 commit comments