Articles

Where do I see my self in 5 years?

Where do I see my self in 5 years  So to be honest , i didn't have goals in my life and that's not goot at all, but when i get accepted in RBK and i did a research about it , i started to beleive that i'm going to be a genius and computer's user , and i guess it's a good opportunities to beleive in your self , and yes in five years i'm going to be successfull person maybe maried , and for sure that  i will have a lot of money

How does while loop work?

How does while loop work? Every loop have a condition to stop, in while we need to check the condition before we iterate, so if the condition is true than we can iterate if not so we get out from the while loop and go to another instruction. And all of that is without using google 😎.