<pre> formatting for index.md (#26986)
Examples were jumbling together, added formatting to help with readability
This commit is contained in:
@ -7,15 +7,15 @@ Adding and subtracting positive numbers is fairly straighforward, but what does
|
|||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
(-1) + 3 = 2
|
<pre>(-1) + 3 = 2</pre>
|
||||||
|
|
||||||
(-3) + (-3) = -6
|
<pre>(-3) + (-3) = -6</pre>
|
||||||
|
|
||||||
(-2) - 4 = -6
|
<pre>(-2) - 4 = -6</pre>
|
||||||
|
|
||||||
(-10) + 2 = -8
|
<pre>(-10) + 2 = -8</pre>
|
||||||
|
|
||||||
20 + (-44) = -24
|
<pre>20 + (-44) = -24</pre>
|
||||||
|
|
||||||
#### More Information:
|
#### More Information:
|
||||||
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
||||||
|
Reference in New Issue
Block a user