Changed preform to perform (#31731)

pull/33890/head^2
Andrew Rohde 2019-05-11 11:18:56 -05:00 committed by The Coding Aviator
parent 2ed6bc9831
commit 152a73c81a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: Binary Calculator
---
## Binary Calculator
A Binary Calculator is used to preform addition, subtraction, multiplication, or division of two binary numbers. A binary calculator can also convert binary values to decimal values, and vice versa.
A Binary Calculator is used to perform addition, subtraction, multiplication, or division of two binary numbers. A binary calculator can also convert binary values to decimal values, and vice versa.
For example:
10101010 + 11001100 = 0101110110 (binary) or 374 (decimal)