2021-01-15 18:21:00 -05:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## Core Java 8 Cookbooks and Examples - Part 3
|
|
|
|
|
|
|
|
|
|
### Relevant articles:
|
|
|
|
|
|
2021-01-20 09:44:10 -05:00
|
|
|
|
- [Evaluating a Math Expression in Java](https://www.baeldung.com/java-evaluate-math-expression-string)
|
2022-05-09 21:19:26 -04:00
|
|
|
|
- [Swap Two Variables in Java](https://www.baeldung.com/java-swap-two-variables)
|
2022-11-05 06:54:24 -04:00
|
|
|
|
- [Java Program to Find the Roots of a Quadratic Equation](https://www.baeldung.com/roots-quadratic-equation)
|
2022-09-30 07:56:23 -04:00
|
|
|
|
- [Create a BMI Calculator in Java](https://www.baeldung.com/java-body-mass-index-calculator)
|
2022-11-10 19:35:42 -05:00
|
|
|
|
- [Java Program to Calculate the Standard Deviation](https://www.baeldung.com/java-calculate-standard-deviation)
|
2022-12-15 03:40:17 -05:00
|
|
|
|
- [Java Program to Print Pascal’s Triangle](https://www.baeldung.com/java-pascal-triangle)
|
2023-04-20 12:21:19 -04:00
|
|
|
|
- [Java Money and the Currency API](http://www.baeldung.com/java-money-and-currency)
|
2023-09-08 09:49:40 -04:00
|
|
|
|
- [Clamp Function in Java](https://www.baeldung.com/java-clamp-function)
|
2023-10-18 07:11:54 -04:00
|
|
|
|
- [Creating a Magic Square in Java](https://www.baeldung.com/java-magic-square)
|
2024-01-18 21:11:51 -05:00
|
|
|
|
- [Check if a Point Is Between Two Points Drawn on a Straight Line in Java](https://www.baeldung.com/java-check-point-straight-line)
|
2024-01-27 07:51:52 -05:00
|
|
|
|
- [Validate if a String Is a Valid Geo Coordinate](https://www.baeldung.com/java-geo-coordinates-validation)
|
2024-01-27 08:24:51 -05:00
|
|
|
|
- [Rotate a Vertex Around a Certain Point in Java](https://www.baeldung.com/java-rotate-vertex-around-point)
|
2024-01-27 08:31:06 -05:00
|
|
|
|
- [Calculating the Power of Any Number in Java Without Using Math pow() Method](https://www.baeldung.com/java-calculating-the-power-without-math-pow)
|
2024-03-01 01:13:33 -05:00
|
|
|
|
- [Solving Rod Cutting Problem in Java](https://www.baeldung.com/java-rod-cutting-problem)
|
2021-01-15 18:21:00 -05:00
|
|
|
|
- More articles: [[<-- Prev]](/core-java-modules/core-java-lang-math-2)
|