Computer Science, asked by james123480, 7 months ago

what is the by default value of float data type

Answers

Answered by monikaaadi81
0

Answer:

The char data type is a single 16-bit Unicode character. It has a minimum value of '\u0000' (or 0) and a maximum value of '\uffff' (or 65,535 inclusive).

...

Default Values.

Data Type Default Value (for fields)

float 0.0f

double 0.0d

char '\u0000'

String (or any object) null

Please mark me as brainliest

Thank you and have a nice day

Answered by Homework1290
1

Answer:

using float will give you decimal values always.

Similar questions