Jump to content
Banner by ~ Ice Princess Silky

Gender Race


Shift

Recommended Posts

977

981

"x--;" means that the current number is decremented. His number was 979; your number should have been 980.

Edited by Тwilight Sparkle
Link to comment
Share on other sites

I refuse to count in a standard method. I only use either other numeric bases (Hexadecimal) or C++ counters.

 

Therefore, x-- means "subtract one off of the number that's supposed to be x, and have x become that number".

 

So 981 becomes 980. Simple.

 

Ninja'd...

 

Do until x == 976

 

(Hate pseudocode)

Edited by TGAP-NAM-TP-PrinGDI_Cannon
Link to comment
Share on other sites

I refuse to count in a standard method. I only use either other numeric bases (Hexadecimal) or C++ counters.

 

Therefore, x-- means "subtract one off of the number that's supposed to be x, and have x become that number".

 

So 981 becomes 980. Simple.

 

Ninja'd...

 

Do until x == 978

 

(Hate pseudocode)

 

Use regular numbers that people understand please :/


 

979

Link to comment
Share on other sites

if (gender == male)

x--; // Subtract if user is male --> 974

else if (gender == female)

x++; // Add if user is female

 

Programming is one of the most important things to ever happen to the world of computers.

Link to comment
Share on other sites

Cool story, bro. You're not the only one who knows how to code. 

 

973

974

FINALLY!!! Someone who understands the programming world!!! This is why our computers are not bajillion-ton paperweights.

 

x -= 1; // x is 975, therefore x becomes 974

Edited by TGAP-NAM-TP-PrinGDI_Cannon
Link to comment
Share on other sites

972. If you want to use your fancy mathematics on us, be sure to tell what the result is when you're done. Common courtesy and all.

Edited by Jadefire
  • Brohoof 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...