Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 28, 2022 11:32 am GMT

[Challenge] Add numbers without (-*/)

Time for another casual little challenge.

For this one there are only 2 rules:

  • you must add numbers a and b together
  • you must NOT use the +-*/ operators

Apart from that there are no more rules, and can be done with any language you want!

Pseudocode:

a = 2b = 32add(a, b) => 34

Test:

add(a, b) == a + b

Have fun! Let's see what you come up with!


Original Link: https://dev.to/nombrekeff/challenge-add-numbers-without--3mac

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To