Untitled
Anonymous
plain_text
08/30/2021 8:46 AM
404 B
15
Indexable
#include<iostream.h>
using namespace std;
int main()
{
int i=0;
int j=0;
for(int i=0;i<n;i++)
{
if(i==10)
{
I need to do this
}else
{
For(int k=0;k<i;k++)
{
Do this;
}
}
}
}
Editor is loading...