Javascript Program to Check if a number is Positive, Negative, or Zero #viralvideo #codesecret

preview_player
Показать описание
#codesecret
The above program checks if the number entered by the user is positive, negative or zero.

The condition number greater than 0 checks if the number is positive.
The condition number == 0 checks if the number is zero.
The condition number less than 0 checks if the number is negative.
Рекомендации по теме