#include<stdio.h>
int main()
{
int i=24;
float f=4.5;
do{
Printf("%f",i);
--i;
} while(f>4);
return 0;
}

Posted on by