#include<stdio.h>
Int main() 
{
int I=10;
Do
{
Printf("%d", I) ;
}
While
(i>=5) ;
}

Posted on by