The expression intX ________ intY yields the remainder after intX is divided by intY.

a) Mod
b) %
c) *
d) /

b) %

Computer Science & Information Technology

You might also like to view...

Java was originally developed for:

a. Operating systems development. b. Intelligent consumer devices. c. Personal computers. d. Distributed computing.

Computer Science & Information Technology

The syntax ____ assigns a return value to a variable.

A. dblNewPrice = GetNewPrice(dblCurrentPrice) B. lblNewPrice.Text = GetNewPrice(dblCurrentPrice).ToString C. Dim dblNewPrice D. dblNewPrice = dblCurrentPrice

Computer Science & Information Technology