WAEC - Computer Studies (2016 - No. 21)

A suitable BASIC notation for the expression mc\(^2\) is?

 

 m * c^2
 m * c * 2 
 m * c 
 m * c * \(^2\)

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

Comments (0)

Advertisement