WAEC - Computer Studies (2024 - No. 23)
A The equation x =p + qr +s) can be expressed in Q BASIC programming
X = P + Q* = \(\frac{R}{S}\)
X = P + Q* (R\S)
X = P x Q (R\S)
X = P + Q = \(\frac{R}{S}\)
Explanation
B:
x=p+q* (r/s)
- Multiplication symbol is represent- ed by an asterisk (*).
- Division symbol is represented by a forward stroke (/)
Comments (0)
