switch (phoneDigit){    case 1:   num = 1;     break;    case 2:   num = 2;     break;    case 3:   num = 3;     break;    case 4:   num = 4;     break;    default:  num = 0;                 break;}
Looking at the example above, when phoneDigit has a value of ‘Q', what value is stored in num?

A. 1
B. 0
C. Q
D. not enough information given

Answer: B

Computer Science & Information Technology

You might also like to view...

How can you reset the ruler origin for an artboard?

What will be an ideal response?

Computer Science & Information Technology

Someone who accesses a computer or network illegally is called a(n) _____.

A. ?hacker B. thief C. worm D. spy

Computer Science & Information Technology