-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Pull requests: phishman3579/java-algorithms-implementation
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Quiz 2. Update division functionality to include error handling for d…
#262
opened Nov 1, 2024 by
Sofia-Rimando
Loading…
updated Nov 1, 2024
4 tasks
An error handling for division by zero was added by throwing IllegalA…
#261
opened Nov 1, 2024 by
a-ellwood
Loading…
updated Nov 1, 2024
4 tasks
Added divisor check for all division methods which throws runtime exception if divisor is zero
#257
opened Nov 1, 2024 by
Hasn-Saeed
Loading…
updated Nov 1, 2024
Added a check to throw a IllegalArguemntException before division by 0
#258
opened Nov 1, 2024 by
morri12
Loading…
updated Nov 1, 2024
Added Error Handling for Dividing by Zero
#256
opened Nov 1, 2024 by
Ahsan-Siddiqi
Loading…
updated Nov 1, 2024
added way to send error for when dividing by zero
#248
opened Nov 1, 2024 by
ChrisTienYenWalker
Loading…
updated Nov 1, 2024
4 tasks
Added check for division by 0 and associated error message.
#253
opened Nov 1, 2024 by
RowanvanRhijn
Loading…
updated Nov 1, 2024
4 tasks
Zero Divisor Handling Added
#250
opened Nov 1, 2024 by
Archon-73
Loading…
updated Nov 1, 2024
4 tasks
Added error handling for divison by zero cases.
#252
opened Nov 1, 2024 by
vchahal24
Loading…
updated Nov 1, 2024
handle when divisor b is zero in all division methods in Division.Java
#249
opened Nov 1, 2024 by
UmForgotMyName
Loading…
updated Nov 1, 2024
I added error handling for division by zero
#247
opened Nov 1, 2024 by
Cjohns54
Loading…
updated Nov 1, 2024
Added code to check for 0 divisor
#246
opened Nov 1, 2024 by
carterrows
Loading…
updated Nov 1, 2024
Added error checking for division by 0 on a branch called NewBranch. Benefits users so that they can't divide by 0 and get an error.
#245
opened Nov 1, 2024 by
colemayke
Loading…
updated Nov 1, 2024
4 tasks done
Constants moved to top and comment added for them
#244
opened Oct 31, 2024 by
mshayan1620
Loading…
updated Oct 31, 2024
Constant Definitions Moved to Top of the Class
#241
opened Oct 30, 2024 by
Louayalarfi
Loading…
updated Oct 30, 2024
updated Integers.java to use constants for readability
#240
opened Oct 30, 2024 by
aboosoos
Loading…
updated Oct 30, 2024
4 tasks done
Moved vairables to top to improve readability
#239
opened Oct 30, 2024 by
CK8008
Loading…
updated Oct 30, 2024
moved definition of constants for better readability
#235
opened Oct 30, 2024 by
cbauma05
Loading…
updated Oct 30, 2024
4 tasks
Changed integers.java constants location and implemented constants in file
#237
opened Oct 30, 2024 by
SameerM123
Loading…
updated Oct 30, 2024
Larger values represented as constants at the top of the file
#238
opened Oct 30, 2024 by
welshowa
Loading…
updated Oct 30, 2024
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.