From 3716d4d472db356766b8a7086d5230814326790a Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Sat, 5 Nov 2022 16:24:24 +0530 Subject: [PATCH] Update README.md --- core-java-modules/core-java-lang-math-3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-lang-math-3/README.md b/core-java-modules/core-java-lang-math-3/README.md index 3c1e1d79ee..d71982786b 100644 --- a/core-java-modules/core-java-lang-math-3/README.md +++ b/core-java-modules/core-java-lang-math-3/README.md @@ -6,6 +6,6 @@ - [Evaluating a Math Expression in Java](https://www.baeldung.com/java-evaluate-math-expression-string) - [Swap Two Variables in Java](https://www.baeldung.com/java-swap-two-variables) -- [Java Program to Find the Roots of a Quadratic Equation](https://www.baeldung.com/roots-quadratic-equation/) +- [Java Program to Find the Roots of a Quadratic Equation](https://www.baeldung.com/roots-quadratic-equation) - [Create a BMI Calculator in Java](https://www.baeldung.com/java-body-mass-index-calculator) - More articles: [[<-- Prev]](/core-java-modules/core-java-lang-math-2)