Which of the following statements will display ìhello worldî in a label named lblmessage?
lblmessage.setlabel(ìhello worldî);
lblmessage(ìhello worldî);
lblmessage.settext(ìhello worldî);
lblmessage.gettext(ìhello worldî

Solved
Show answers

Ask an AI advisor a question