<p>Here’s a small brain teaser, assuming we’re using Java/C syntax at the moment (both are equivalent in this case), can you multiply a number by 5 without using the * and + operators?</p>
<p>Here we assume that a - -b === a+b so you cannot subtract by the negative of a number.</p>