Main(){
  float =1.00;
While( float ! = 2.0)
  Printf("%f", float);
float+= 0.2;
}
What's the output??


Posted on by