Jump to content

Logic error

From Simple English Wikipedia, the free encyclopedia
Revision as of 11:12, 5 June 2017 by Rickyholding (talk | changes) (dsfds)

DICKS FOR DAYYYS IN WIKI

BOYS HAVE A PENIS CHARLIE HAS A VAGINA

int average(int a, int b)
{
    return a + b / 2;     /* should be (a + b) / 2 */
}