#include<studio.h>
Int main()
{
  Int i=10;
do
{
    printf ("%d",(i-1));
    i--;
}While(i>=0);
return 0;
}

Posted on by