Computer Science, asked by sachdevaria2000, 8 months ago

Write a Java program that reads a floating-point number and prints "zero" if the number is zero. Otherwise,
print "positive" or "negative". Add "small" if the absolute value of the number is less than 1, or "large" if it
exceeds 1,000,000.

Input format
single line double value

Output format
Positive small number
(or)
Positive large number
(or)
Positive number
(or)
Negative small number
(or)
Negative large number
(or)
Negative number​

Answers

Answered by contactriyas2
0

Answer:

what do you mean plzz tell me properly

Similar questions