#include<iostream.h>
int main() 
int i, a=5;
printf("Enter the value of i \n") ;
scanf("%d", & i) ;
do
{
++i;
sum = a+i
printf("%d", sum) ;
} while(i>=5);
return 0;
}

Posted on by