Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
if(age>=VOTING_AGE)
{
        printf("Of legal voting age");
}

Source: http://www.doc.ic.ac.uk/lab/cplus/c++.rules/chap10.htmlImage Removed