The text that you would like displayed as a prompt in a parameter query should be enclosed in ________

A) parenthesis ( () )
B) quotation marks ( "" )
C) square brackets ( [] )
D) plus signs (++)

C

Computer Science & Information Technology

You might also like to view...

Which of the following professional organizations has a strong focus on programming and systems development?

A) Association of Information Technology Professionals (AITP) B) Association for Computing Machinery (ACM) C) Association for Information Systems (AIS) D) Institute of Electrical and Electronics Engineers (IEEE)

Computer Science & Information Technology

Given Graphics object graph, which of the following draws a circle with a radius of 50, at X = 20, Y = 30?

A. graph.drawCircle(50); B. graph.drawCircle(50, 50, 20, 30); C. graph.drawOval(50, 50); D. graph.drawOval(20, 30, 50, 50);

Computer Science & Information Technology