Given the following statements, what values will be passed to the parameters of the subprogram named Vacation?

```Declare Motel As String
Declare Interstate As Integer
Set Motel = “Dew Drop Inn”
Set Interstate = 95
Call Vacation(Motel, Interstate)
Subprogram Vacation(String Lodging, String Road)```
a. Lodging = “Dew Drop Inn”, Road = “95”
b. Lodging = “Dew Drop Inn”, Road = 95
c. Lodging = Motel, Road = Interstate
d. This cannot be done, type mismatch


D

Computer Science & Information Technology

You might also like to view...

Touch-tone dialing is also known as

a. dual-tone multifrequency dialing b. rotary dialing c. pulse dialing d. none of the above

Computer Science & Information Technology

Which of the following statements is false?

a. Android—the fastest-growing mobile and smartphone operating system—is based on the Windows kernel and uses Java. b. Android is open source and free. c. Android smartphones include the functionality of a mobile phone, Internet client (for web browsing and Internet communication), MP3 player, gaming console, digital camera and more. d. Android handheld devices feature full-color multitouch screens which allow you to control the device with gestures involving one touch or multiple simultaneous touches.

Computer Science & Information Technology

Every SmartArt layout has a unique design and ____.

A. vector B. template C. shapes D. graphical elements

Computer Science & Information Technology

The difference between HTML and MIME HTML is that HTML binds all components of a Web page into one file

Indicate whether the statement is true or false

Computer Science & Information Technology