Evaluate the BASIC statement:
LET Z = 4*W^2 ...
Evaluate the BASIC statement:
LET Z = 4*W^2 + 2*Y
Given that W = 5 and Y = 10
50
80
100
120
Correct answer is D
4*W^2 + 2*Y
Given that W = 5 and Y = 10
4(5) \^2 + 2(10)
4(25) + 2(10)
100 + 20 = 120
The following are relational operators in QBASIC? ...
The Output will be a HIGH for any case when one or more inputs are one for a(an) ...
The hardware of a computer does not consist of? ...
The command line prompt of MS-DOS operating system is represented as? ...
What is the decimal equivalent of the binary number 10110111? ...