subject

Given the code below, what is the output in the label? dim stra as string = "pink"dim strb as string = "orange"if string. compare(stra, strb) = 0 thenlblanswer. text = stra & " is equal to " & strbelseif string. compare(stra, strb) lblanswer. text = stra & " comes before " & strbelseif string. compare(stra, strb) > 0 thenlblanswer. text = stra & " comes after " & strbend ifa. there will be a syntax error; therefore there will be no output in the label. b. pink comes after orangec. pink comes before oranged. there is not enough information to determine the output in the label

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 16:00
Page orientation can be either landscape or
Answers: 1
question
Computers and Technology, 22.06.2019 11:00
Which action is good business etiquette? a. switching your cell phone off before you enter a meeting b. keeping your cell phone on low volume before you enter a meeting c. setting a pleasant ring tone on your cell phone before you enter a meeting d. setting a standard ringtone on your cell phone before you enter a meeting
Answers: 1
question
Computers and Technology, 22.06.2019 22:40
In this lab, you complete a python program that calculates an employee's annual bonus. input is an employee's first name, last name, salary, and numeric performance rating. if the rating is 1, 2, or 3, the bonus rate used is .25, .15, or .1 respectively. if the rating is 4 or higher, the rate is 0. the employee bonus is calculated by multiplying the bonus rate by the annual salary.
Answers: 1
question
Computers and Technology, 22.06.2019 23:00
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
You know the right answer?
Given the code below, what is the output in the label? dim stra as string = "pink"dim strb as string...
Questions
question
Mathematics, 12.07.2019 13:00
Questions on the website: 13722363