Numeric assignment
Which of the following is/are true?
- A numeric expression may be used on the left side of a numeric assignment statement
- A numeric expression must be used on the left side of a numeric assignment statement
- A numeric expression may be used on the right side of a numeric assignment statement
- A numeric expression must be used on the right side of a numeric assignment statement
- A numeric variable may be used on the left side of a numeric assignment statement
- A numeric variable must be used on the left side of a numeric assignment statement
- A numeric variable may be used on the right side of a numeric assignment statement
- A numeric variable must be used on the right side of a numeric assignment statement
- One declares a numeric variable with a numeric statement
- One declares a string variable with a string statement
Explain your answer.