What is the FLOAT command in java for? They left me an exercise where I have to capture enrollments, names and the 3 student ratings and then give the user the option to consult them when entering the student's enrollment and request to use the float command to achieve this. My question is what is it for and how is it used? The teacher wrote this as an example:
float c1[]=new float[20]
float c2[]=new float[20]
float c3[]=new float[20]