Table of Contents

About

Float datatype in Java implements the 32-bit precision IEEE 754 floating point.

Initialization

Example of Initialization

float[] new_sal = new float[10];