write a c++ programme to find the maximum elements in a set of n elements
Answers
Answered by
1
int n=100;
for(i=0;i<=n; i++)
{
printf("%d",i);
}
for(i=0;i<=n; i++)
{
printf("%d",i);
}
Similar questions