#include<stdio.h>
Int main () 
{
 float a= 20.77,c=40.45;
do{
        printf{"%f%f", a, c};
        a++;
          --c;
    } while (a<=24 && c<=43) ;
    return 0;
}

Posted on by