Kai Yuan
cb98df168b
[abs-int-diff] Return Absolute Difference Between Two Integers in Java ( #13379 )
2023-02-01 21:01:09 -06:00
Kai Yuan
7605f8474c
[int-zero-or-null] Check if an Integer Value is null or Zero in Java ( #13332 )
2023-01-28 11:29:20 -06:00
Kai Yuan
0162d98907
[bigDecimal-x-int] Multiply a BigDecimal By an Integer in Java ( #13320 )
2023-01-23 10:41:19 -06:00
Ulisses Lima
8ad8a38682
BAEL-5678 - Creating Random Numbers With No Duplicates in Java ( #12698 )
...
* BAEL-5678 - Creating Random Numbers With No Duplicates in Java
Ready for review.
* BAEL-5678 - review
* using `isEmpty()` for `hasNext()`;
* using `assertEquals` instead of `assertTrue`;
2022-10-26 08:44:35 +02:00
Kai Yuan
1b334f6a2d
Positive or negative ( #12706 )
...
* Check if a number is positive or negative in Java
* reformat single line if/else statements
* Check if a number is positive or negative in Java
* [positiveOrNegative] using compareTo() instead of == to compare float numbers
* [positiveOrNegative] re-org imports
2022-09-10 10:06:11 -05:00
Kai Yuan
78b7c6dcf8
Make Division of Two Integers Result in a Float ( #12658 )
2022-08-29 19:08:50 -05:00
Kai Yuan
0ea458117e
List all factors of a number in Java ( #12646 )
...
* List all factors of a number in Java
* format the map code in the test
2022-08-26 20:26:38 -05:00
Kai Yuan
18d1cb40dc
Armstrong Number in Java ( #12637 )
2022-08-24 20:40:26 -05:00
Kai Yuan
842a71ad92
Check if a number is positive or negative in Java ( #12604 )
...
* Check if a number is positive or negative in Java
* reformat single line if/else statements
* Check if a number is positive or negative in Java
2022-08-20 21:46:14 -05:00
Matei Cernăianu
858e158680
BAEL-5651: How to check if an integer is in a given range? ( #12470 )
...
* BAEL-5651: How to check if an integer is in a given range?
* BAEL-5651: How to check if an integer is in a given range?
2022-07-30 19:18:52 -04:00
tudor.marc
ffe5873397
BAEL-5560 - quick fix for negative numbers
2022-06-30 10:24:43 +03:00
sampadawagde
a1fbbd3c0c
JAVA-12730: Rename java-numbers-5 to core-java-numbers-5
2022-06-26 16:25:18 +05:30