Computer Science, asked by wwwarindamray23, 5 months ago

Why do we have to write double where it is nessary in java

Answers

Answered by dc3040445
1

Answer:

what are you asking please make it understandable

Answered by sweka11
0

Answer:

Remember by default floating point numbers are double in java if you want to store them into float variable you need to either cast them explicitly or suffixed them using'f' or 'F' character.

Similar questions