beginner
Conditional Logic
Practice if-else statements
📝 Konten Prompt
Write a JavaScript program that takes a number as input and checks if it's positive, negative, or zero. Display an appropriate message based on the result. Also check if the number is even or odd.