What is the value of intE after the following statements execute?
Dim intC As Integer
Dim intD As Integer
Dim intE As Integer
intC = 20
intD = 3
intE = intC \ intD
a. 7
b. 6
c. 6.666667
d. 0
b. 6
Computer Science & Information Technology
You might also like to view...
In the Intel architecture, __________ mode is for systems that still run older 8086 programs.
a. protected b. virtual 8086 c. real address d. system management
Computer Science & Information Technology
Name five conditions under which a task becomes critical.
What will be an ideal response?
Computer Science & Information Technology