Write the declaration of a two dimensional array called budget which stores 10 rows and 12 columns of amounts of money.

What will be an ideal response?


float budget [10] [12];

Computer Science & Information Technology

You might also like to view...

A _____ element is an element that contains one or more other elements, which are child elements.

A. family B. sibling C. parent D. descendant

Computer Science & Information Technology

Using Alt + Enter is a text wrapping option

Indicate whether the statement is true or false

Computer Science & Information Technology

Sending a message to a variable before the corresponding object has been instantiated causes a(n) ____ exception.

A. no such method B. syntax C. desk checking D. null pointer

Computer Science & Information Technology

A technician needs to use Remote Desktop Connection in order to get access to a remote Windows workstation. However, the Programs menu has been hidden and she only has access to the Run command utility or a command-line prompt. Which of the following utilities should the technician use to access Remote Desktop Connection?

a. MSCONFIG B. SERVICES.MSC C. MSINFO32 D. MSTSC

Computer Science & Information Technology