Computer Science, asked by sudip224, 1 day ago

what is meant by floating constant in Java? How many ways can a floating constant be represented into?​

Answers

Answered by BrainlyJossh
2

A "floating-point constant" is a decimal number that represents a signed real number. The representation of a signed real number includes an integer portion, a fractional portion, and an exponent. Use floating-point constants to represent floating-point values that can't be changed.

Floating constants are represented in Python in two forms — Fractional Form and Exponent form.

\bold\red{ Happy \: learning \: ✌. }

Answered by cookeezzy
1

Answer:

A Floating constant is a decimal number that represents a signed real number.

Floating constants are represented in

1 : PYTHON — Fractional Form and Exponent form.

2 : JAVA - Double & Float.

Thanks,

:-)

Similar questions
Math, 15 hours ago