+ 6
are you using q/a as notes ?
+ 6
you're posting this kind of statements instead of a clear cut question....
Q/A is here to ask questions ...
Try to be clear about it as this doesn't seem like one ...
+ 2
SIVA GOPI IKKURTHI can u post your code instead of pseudo code?
+ 2
SIVA GOPI IKKURTHI yeah it is not clear what is your question?
Post your attempt...
+ 2
SIVA GOPI IKKURTHI you haven't clearly said what is your question?
But from the above code there is nothing wrong... except while loop didn't have intended gap..
Riya the qst is:-
i=0
x=0
while i<4:
x+=i
i+=1
print(x)