#include<include>
Int main()
{
float i =12.5;
do{
Printf("%f",i);
++i;
}while(i<=5.5);
return 0;
}



Posted on by