Hi..
can anyone understand this piece of flowchart,i dont understand.
the flow cart is in the attachment.
and below is my source code implementation
input int n;
int i=0,a,b;
if(n>0){
while(i<a){
if(n>i){
if(n>a){
if(b>a) b=1;
}else{
n=a;
if(n*b >i) b=1;
}
}else{
n=1;
}
i++;
}
}
i dont know if it is true, i dont understand for the first if
if its false how i want to proceed it??
can anyone tell me how the first if must be if it is false