Evaluate the BASIC statement:
LET Z = 4*W^2 + 2*Y
Given that W = 5 and Y = 10
The correct answer is: D
Explanation
4*W^2 + 2*Y
Given that W = 5 and Y = 10
4(5) \(\^2\) + 2(10)
4(25) + 2(10)
100 + 20 = 120
Evaluate the BASIC statement:
LET Z = 4*W^2 + 2*Y
Given that W = 5 and Y = 10
4*W^2 + 2*Y
Given that W = 5 and Y = 10
4(5) \(\^2\) + 2(10)
4(25) + 2(10)
100 + 20 = 120