Merge pull request #2978 from factubsio/patch-3

Clarify math expression operator precedence for coding contract
This commit is contained in:
hydroflame
2022-03-01 10:38:00 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -215,6 +215,7 @@ The list contains the name of (i.e. the value returned by
| | | The answer should be provided as an array of strings containing the valid expressions. |
| | | |
| | | NOTE: Numbers in an expression cannot have leading 0's |
| | | NOTE: The order of evaluation expects script operator precedence |
| | | |
| | | Examples: |
| | | Input: digits = "123", target = 6 |