Solved

Give a Statement That Displays the Value of the String

Question 27

Multiple Choice

Give a statement that displays the value of the string variable strVar with yellow letters.


A) gr.DrawString(strVar, Me.Font, Yellow, 50, 50)
B) gr.DrawString(strVar, Me.Font, Brushes.Yellow, 50, 60)
C) gr.DrawString(strVar, Me.Font, Pens.Yellow, 50, 60)
D) gr.DrawString(strVar, Me.Font, Color.Yellow, 50, 60)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions