add "()" in line 12 after "parenthesis". (#30846)
This commit is contained in:
committed by
Randell Dawson
parent
a960147c5a
commit
4f1fb17b37
@ -9,4 +9,4 @@ Here is an example:
|
|||||||
|
|
||||||
The variable `product` would have a value of `80` after this declaration.
|
The variable `product` would have a value of `80` after this declaration.
|
||||||
|
|
||||||
When making calculations, it is possible to use parentheses to prioritise which numbers should be multiplied together.
|
When making calculations, it is possible to use parentheses `()` to prioritise which numbers should be multiplied together.
|
||||||
|
Reference in New Issue
Block a user