Changed preform to perform (#31731)

This commit is contained in:
Andrew Rohde
2019-05-11 11:18:56 -05:00
committed by The Coding Aviator
parent 2ed6bc9831
commit 152a73c81a

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)