When one of the program statement included within the body of a loop is another loop, a(n) ____________ loop is created.
Fill in the blank(s) with the appropriate word(s).
nested
Computer Science & Information Technology
You might also like to view...
When an Access report is exported to Word it is saved as a(n) ________ document
A) HTML B) RTF C) Word 2010 D) Word 2007
Computer Science & Information Technology
What is assigned to lblMessage.Text when the following code segment executes?
Dim strName1 As String = ”Jim” Dim strName2 As String = “John” If strName1 > strName2 Then lblMessage.Text = “Jim is greater” Else lblMessage.Text = “John is greater” End If a. True b. False c. Jim is greater d. John is greater
Computer Science & Information Technology