HacktoberFestContribute icon indicating copy to clipboard operation
HacktoberFestContribute copied to clipboard

Max of two numbers without using if-else or any comparitive operator.

Open PranikaBaby opened this issue 4 months ago • 0 comments

This Java program finds the maximum of two numbers without using any conditional statements or comparative operators. It utilizes arithmetic operations and bit manipulation to determine the larger value.

PranikaBaby avatar Oct 18 '24 12:10 PranikaBaby