I think the back arrow denotes '=' sign..
yes..
what is I
It is a variable that user assign
I is loop control variableI starts with 0incremented by 1less than equal to N-1
if N==6 then what happend explain plz
flowchart to find the sum of any five positive number
Sir your program always fails to add the last natural number. For eg, if I take the sum of first 3 natural numbers, I'll get 1+2 only. It doesn't add 3. But if you assign I=I+1, before the sum Operation, then it will be correct.
Nice
Put Condition as " i<=N" then sum=sum + i, will give the desired result
I want it's algorithm
thanks
What if it is 10? Explain plsss thanks
What is flow chart
'I' denotes the position or the number??
I think the back arrow denotes '=' sign..
ReplyDeleteyes..
Deletewhat is I
ReplyDeleteIt is a variable that user assign
DeleteI is loop control variable
ReplyDeleteI starts with 0
incremented by 1
less than equal to N-1
if N==6 then what happend explain plz
ReplyDeleteflowchart to find the sum of any five positive number
ReplyDeleteSir your program always fails to add the last natural number. For eg, if I take the sum of first 3 natural numbers, I'll get 1+2 only. It doesn't add 3. But if you assign I=I+1, before the sum Operation, then it will be correct.
ReplyDeleteNice
ReplyDeletePut Condition as " i<=N" then sum=sum + i, will give the desired result
ReplyDeleteI want it's algorithm
ReplyDelete
ReplyDeletethanks
What if it is 10? Explain plsss thanks
ReplyDeleteWhat if it is 10? Explain plsss thanks
ReplyDeleteWhat if it is 10? Explain plsss thanks
ReplyDeleteWhat is flow chart
ReplyDelete'I' denotes the position or the number??
ReplyDelete