Delphi program that calculates the absolute value of a number
KHADIDJA
-
PierrotLeFou -
PierrotLeFou -
Hello,
a Delphi program that calculates the absolute value of a number (positive or negative) without using the predefined abs function
Example: |-5|= 5, |5|= 5