What will be the value of intAnswer after execution of these statements?

Const intNumA As Integer = 6
Const intNumB As Integer = 2
intAnswer = intNumA / intNumB + intNumA * intNumB

a. 12
b. 15
c. 16
d. 18

b. 15

Computer Science & Information Technology

You might also like to view...

In Backstage view, the ________ command displays a preview of how the document will print before sending it to the printer

A) Now B) Print C) Quick Access D) Screen

Computer Science & Information Technology

Cron is a list of automated tasks in Linux

Indicate whether the statement is true or false

Computer Science & Information Technology