beginner
Conditional Logic
Practice if-else statements
📝 প্রম্পট বিষয়বস্তু
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.