Solved

Which of the Following Lines of Code Could Be Used

Question 17

Multiple Choice

Which of the following lines of code could be used to display the current date as MM/DD/YY in a status bar?


A) DateToolStripStatusLabel.Text = Now.ToShortDateString
B) DateToolStripStatusLabel.Text = Now.ToLongDateString
C) DateToolStripStatusLabel.Text = "MM/DD/YY"
D) DateToolStripStatusLabel.Text = Now.MM/DD/YY

Correct Answer:

verifed

Verified

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

Related Questions