EDN Admin
Well-known member
Hello Im having trouble and really got stuck with homework coding problem...
how should I answer the following 2 question?
thanks for the help.
#1
Declare myClass as an array of structures that has a last index of 9 given the name of the structure is Course. Hard coding is required in your answer.
#2
Given the following code fragment, type a programming statement that replaces the comment with an assignment of the isbn member value of myBook to "978-1449320102"
Note: You must include exactly one space before and after the assignment operator. Structure book
Public isbn As String
Public firstName As String
Public lastName As String
Public price As Double
Public publisher As String
End Structure
Private Sub butSubmit_Click(ByVal sender
Dim myBook As book
View the full article
how should I answer the following 2 question?
thanks for the help.
#1
Declare myClass as an array of structures that has a last index of 9 given the name of the structure is Course. Hard coding is required in your answer.
#2
Given the following code fragment, type a programming statement that replaces the comment with an assignment of the isbn member value of myBook to "978-1449320102"
Note: You must include exactly one space before and after the assignment operator. Structure book
Public isbn As String
Public firstName As String
Public lastName As String
Public price As Double
Public publisher As String
End Structure
Private Sub butSubmit_Click(ByVal sender
Dim myBook As book
View the full article