• We need your support!

    We are currently struggling to cover the operational costs of Xtremepapers, as a result we might have to shut this website down. Please donate if we have helped you and help make a difference in other students' lives!
    Click here to Donate Now (View Announcement)

~~jokes?? in here?? really??

Messages
4,493
Reaction score
15,418
Points
523
ejs8tc.jpg
 

badrobot14

XPRS Administrator
Messages
3,371
Reaction score
34,691
Points
523
explain the joke (T.T)

hmm.. ok, u kmnow how master yoda speaks right...? (http://yoda.locutus.be/quote.php)
agree with you, council does..
like that..

now we come to programming part... == is used to compare stuff....
for example if I'm writing code for a user login page... and I dnt want user to b able to enter wrong passwrd more than 5 times.. I will code the condition:
if (count_IncorrectPass = = 5)
{
messagebox.show("you have entered the wrong pass 5 times.. now your access to this screen is disabled for 3 mins");
//more code.. :p
}

now notice how a normal programmer will write that code n how master yoda will:
946183_541749769205348_1354704956_n.jpg
 
Messages
616
Reaction score
8,445
Points
503
hmm.. ok, u kmnow how master yoda speaks right...? (http://yoda.locutus.be/quote.php)
agree with you, council does..
like that..

now we come to programming part... == is used to compare stuff....
for example if I'm writing code for a user login page... and I dnt want user to b able to enter wrong passwrd more than 5 times.. I will code the condition:
if (count_IncorrectPass = = 5)
{
messagebox.show("you have entered the wrong pass 5 times.. now your access to this screen is disabled for 3 mins");
//more code.. :p
}

now notice how a normal programmer will write that code n how master yoda will:
946183_541749769205348_1354704956_n.jpg
oooooooooooooooooooooooooooooooooooooooh...noooow i get it :ROFLMAO:
 
Top