Declared Named Constrants And Performing Arithmetic Operations Flashcards
Performing arithmetic operations involves using?
Addition, subtraction, multiplication and division
What calculates the remainder after division, raising a number to a power and perform other operations?
Additional operator supported
What is a binary operator?
Each standard operator
How many operators does a binary operator have?
Two operands
What are rules that dictate the order the same statements are carried out?
Rules of precedence
OR
Order of operations
Forgetting the order of operations or forgetting a parentheses when you need them can cause:_______
Logical errors that are hard to find in the programs
What describes operators that evaluate the expressions to the left first, differently than right to left?
Left to right associativity
Assignment operations (=) is:________
Right to left
Arithmetic operators are:________
Left to right
A hard-coded number in a program that lacks context or explanation making the code harder to understand and maintain gain is:______
A magic number