Computer Science, asked by mrx678, 10 months ago

What is the difference between series till 'n' and n terms in java?​

Answers

Answered by Anonymous
0

Answer:

A float gives you approx. 6-7 decimal digits precision while a double gives you approx. 15-16. Also the range of numbers is larger for double. A double needs 8 bytes of storage space while a float needs just 4 bytes. The type float specifies a single-precision value that uses 32 bits of storage.

HOPE IT HELPS U

FOLLOW ME

Similar questions