The absolute value of positive numbers and zero is that number itself, and the C++ compilers automaticly convert -0 to 0.
well, -0 is 0. Maybe it doesn't strictly respect the instructions, but the program is correct
yeah
Wouldn't it return 0 as -0 ??
Loading collection data...
The absolute value of positive numbers and zero is that number itself, and the C++ compilers automaticly convert -0 to 0.
well, -0 is 0. Maybe it doesn't strictly respect the instructions, but the program is correct
yeah
Wouldn't it return 0 as -0 ??