Computer Science, asked by mohsin84, 1 year ago

write a c++ programme to find the maximum elements in a set of n elements

Answers

Answered by naina268
1
int n=100;
for(i=0;i<=n; i++)
{
printf("%d",i);
}
Similar questions