Computer Science, asked by samvani4474, 8 months ago

The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.

Answers

Answered by rani76418910
1

The left hand side of an arithmetic operation must have the following attributes:-

Explanation:

The left hand side variable in an arithmetic operation must be the one whom we have to assign or equate any value with.

it can be any type( number,character etc).

Similar questions