#include<stdio.h>
int main()
{
  int i=5;
  int n=10
  for(i=5,n>=10,i++)
  printf("enter the elements","%d");
  
}