Which of the following is a correct way to initialize a float variable?
float d;
float c = 1.2f;
float b = 15.5;
float a = false;