Skip to content

Update file BinaryConverter.java

prajakta bendre requested to merge featurebranch into testbranch3

Summary by Bito

This PR fixes a critical syntax error in BinaryConverter.java by updating the operator in the binary conversion loop. The change corrects how base 10 numbers are processed into binary form, preventing compilation issues and improving the conversion algorithm's reliability.

Unit tests added: False

Edited by prajakta bendre

Merge request reports