Categories: Homework on time

“******************************************************************************************Thank you

“******************************************************************************************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 (“”)

Don't use plagiarized sources. Get Your Custom Essay on
“******************************************************************************************Thank you
Just from $13/Page
Order Essay
superadmin

Recent Posts

Consider the following information, and answer the question below. China and England are internation

Consider the following information, and answer the question below. China and England are international trade…

3 years ago

The CPA is involved in many aspects of accounting and business. Let’s discuss some other tasks, othe

The CPA is involved in many aspects of accounting and business. Let's discuss some other…

3 years ago

For your initial post, share your earliest memory of a laser. Compare and contrast your first percep

For your initial post, share your earliest memory of a laser. Compare and contrast your…

3 years ago

2. The Ajax Co. just decided to save $1,500 a month for the next five years as a safety net for rece

2. The Ajax Co. just decided to save $1,500 a month for the next five…

3 years ago

How to make an insertion sort to sort an array of c strings using the following algorithm: * beg, *

How to make an insertion sort to sort an array of c strings using the…

3 years ago

Assume the following Keynesian income-expenditure two-sector model:

Assume the following Keynesian income-expenditure two-sector model:                                                AD = Cp + Ip                                                Cp = Co…

3 years ago