What will be the output of the following statement?

txtBox.Text = CStr(Math.Round(17 / 2))
(A) 8
(B) 9
(C) 8.5
(D) 17.00


(A) 8

Computer Science & Information Technology

You might also like to view...

A(n) ________ is formed when a row and a column intersect

Fill in the blank(s) with correct word

Computer Science & Information Technology

A spreadsheet, called a(n) graphsheet in Microsoft Excel, is a grid of cells that contain numbers and text. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The largest size for integer types is long int.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The operator ____ is a ternary operator.

A. ?: B. -> C. & D. []

Computer Science & Information Technology