Question: Write a Python program that read a whole number from the user. You program should then print negative if the number is negative, positive if
Write a Python program that read a whole number from the user. You program should then print "negative" if the number is negative, "positive" if the number is positive, and "zero" if the number is zero. Draw the flow chart of your program.
Provide step by step explanation
Step by Step Solution
3.40 Rating (156 Votes )
There are 3 Steps involved in it
Heres the Python program python Read a whole number from the user number intinputEnter a whole numbe... View full answer
Get step-by-step solutions from verified subject matter experts
