Battle: Dar es Salaam vs Nairobi

Battle: Dar es Salaam vs Nairobi

Sasa unachukua one hour kujibu. Mpaka umepigia simu mtu. Hahahahaha!! Nikupatie jingine!?
Pia wewe sasa jibu hili swali tujue Mbichi na mbivu

Convert hii for loop statement iwe a while loop na to a do-while loop:

long sum = 0;
for (int i = 0; i <= 1000; i++)
sum = sum + i;
 
Bado mnasafari ndefu sn kufikia quality hii [emoji116][emoji116][emoji3][emoji3][emoji117][emoji117][emoji205][emoji205][emoji90][emoji90]View attachment 1683772View attachment 1683773View attachment 1683775View attachment 1683777
images (13).jpeg
images (10).jpeg

images (11).jpeg
images (9).jpeg
IMG_20210122_190701.jpg
IMG_20210122_190722.jpg

I can overload this thread but am not a cunt like you. Calm your titties.
 
Nice to know you still sleeping,soon you will wake from your slumber,just watch this space expect something soon coz we don’t tell you our dreams we show them!
Oook all the best neighbors let's see the final product 🙂wabongo hatuna Noma kama itafaulu tutawapa hongera zetu you Will see🙂
 
Pia wewe sasa jibu hili swali tujue Mbichi na mbivu

Convert hii for loop statement iwe a while loop na to a do-while loop:

long sum = 0;
for (int i = 0; i <= 1000; i++)
sum = sum + i;
Code:
long sum = 0;
int i  = 0;
do{

sum += i;
i++;

}while(i<1001)
 
Back
Top Bottom