Sorry! Posting Assignment is allowed only for commercial accounts.
Main(){ float =1.00;While( float ! = 2.0) Printf("%f", float);float+= 0.2;}What's the output??