click below
click below
Normal Size Small Size show me how
ca obj 6-2correction
Question | Answer |
---|---|
Which statement correctly adds an item to the listbox | lstAnswer.items.add("Answer") |
Which statement would correctly read input in from an inputbox into the string cariable | strNumerator=inputbox)"enter a numerator", "Numerator") |
which statement will correctly close a form | me.close() |
which statement will return True if the user selects the yes button of a message box | If messagebox.show("would you like to continue?" , "continue" , messageboxButtons.yesNo)=dialogresult.yes |
what is the selectedindex of apple | 0 |
which of the arguments controls the message that displays inside the message box | hector did this correctly |