MystikHub / Gauss_Calculator

A calculator that figures out the result of adding every number from x to y

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gauss Calculator

A calculator that figures out the result of adding every number from x to y

For example, if you start at 0 and end at 100, you will get 5,050 (1 + 2 + 3...+ 98 + 99 + 100 = 5,050).

It works with any range of numbers, where the first number is less than the second number.

About

A calculator that figures out the result of adding every number from x to y


Languages

Language:C++ 100.0%