Operator precedence groups terms in expressions. This affects how the math problem is evaluated. Some operators take higher precedence. Example: Multiplication operator has higher precedence over the addition operator.
The above code will output 10 The Multiplication is the higher precedence 3*2 = 6 Then the Addition 4+6 Equals 10
Here is my example of a Fibonacci generator implemented in C#.
View this profile on InstagramAmie DD (@amiedoubled) • Instagram photos and videos
August 11, 2024