Computer Science, asked by divyanshi8640, 9 months ago

Write a program to check whether the number is disraim number or not in bluej

Answers

Answered by Anonymous
0

Answer:

Input a number from user in some variable say num . Check if(num < 0) , then number is negative. Check if(num > 0) , then number is positive. Check if(num == 0) , then number is zero

Similar questions