float w;w = 1.0f;

Average Rating
0 out of 5 stars. 0 votes.

float w;w = 1.0f;

Which of the following is valid?-float y;y = 54.9;-float y;double z;z = 934.21;y = z;-float w;w = 1.0f;-float v;v = 1.0;