Files
CSharp-learning/C# Full Course for free/7.hypotenuse_calculator.md
2026-01-12 00:05:22 +01:00

9 lines
119 B
Markdown

# hypotenuse calculator
in this project we will cover how to implement
the hypotenuse theorem
$$
a^2 + b^2 = c^2
$$