answersLogoWhite

0

What else can I help you with?

Related Questions

In your C plus plus program when you enter a decimal for the wholesale price 7.99 for example your program just keeps repeating the next cout line indefinately how do you make it stop?

If your program is looping based on a floating point value, you need to consider that floating point values do not exactly represent the intended decimal value. Any program that makes decisions based on the value of a floating point number must consider truncation error.For instance, 0.110 is 0.00011001100110011...2. Since a floating point register cannot represent an infinite number of bits, this might actually be something else, such as 0.09999999999710, depending on your particular resolution.


How Do you loop this program in python?

this is the program I'm trying to loop #Speed Speed =input('Speed in MPH:') #Distance Time= input('Time in hours:') # floating point number Speed = float(Speed) # floating point number6 Time = float(Time) #Calc Distance=Speed*Time


What is the meaning of fabs in quadratic equation in c program?

In the C Programming Language, the fabs function returns the absolute value of a floating-point number


What is the smallest number on the computer keyboard?

The smallest number on the computer keyboard is zero (0)


What are the 3 parts of a floating part number?

If you mean floating point number, they are significand, base and exponent.


Location of number key in the keyboard?

It's on the far right of the keyboard known as numpad and also there are number keys above the alphabets on your keyboard.


What is the fourth triangular number?

The Fourth Triangular Number is 10.


What is the fourth perfect number?

The fourth perfect number is 8128.


Writa a program to print a number in word eg if 972 is entered through the keyboard that should print nine seven two?

nine seven two


When is a binary floating point number normalized?

A binary floating point number is normalized when its most significant digit is not zero.


Is march fourth a prime number?

No. March fourth is a date, not a number.


Function of each F number on keyboard?

They vary according to each operating system and each program. Consult the help center of your operating system to see their functions.