“******************************************************************************************Thank you so much,my code:##### This program will read a floating-point number and print “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.##### Ask the user to input for floating-point number.print (“The system will show you whether it is Negative, Positive, Small or Large number.”)print ()x = int(input(“Please in put any number: “))# condition for checking the “zero”, negative and Positive number. Then print.if x == 0.0: print (“Zero”)elif x < 0: print ("Negative")else: print ("Positive")# Conditions cheking for small and large number. Then print.if abs(x) < 1: print ("and Small")elif abs(x) > 1000000: print (“and Large”)else: print (“”)
Consider the following information, and answer the question below. China and England are international trade…
The CPA is involved in many aspects of accounting and business. Let's discuss some other…
For your initial post, share your earliest memory of a laser. Compare and contrast your…
2. The Ajax Co. just decided to save $1,500 a month for the next five…
How to make an insertion sort to sort an array of c strings using the…
Assume the following Keynesian income-expenditure two-sector model: AD = Cp + Ip Cp = Co…