A suitable BASIC notation for the expression mc\(^2\) is?
The correct answer is: A
Explanation
The expression mc\(^2\) is a mathematical expression that represents the product of m and the square of c. In programming, the ^ symbol is used to denote exponentiation. Therefore, the correct notation for the expression mc2 is m * c^2