Write a program in Java to accept a number using Input Statement & check
whether the number is Positive or Negative or Equal to Zero using if – else – if
ladder & display the results with proper message. Write Variable Description
and Comments also.
Answers
Answered by
0
Answer:
if (num === 0){
console.log (1234567890)
}
else{
console.log(invalid output)
}
Similar questions