Computer Science, asked by avimukh27, 4 months ago

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 sujal1247
0

Answer:

if (num === 0){

console.log (1234567890)

}

else{

console.log(invalid output)

}

Similar questions