What will contain in txtFirst after the following Visual Basic code is executed?
strName = "Penny Swanson"txtFirst.Text = strName.Remove(5)
strName = "Penny Swanson"txtFirst.Text = strName.Remove(5)What will contain in txtFirst after the following Visual Basic code is executed?
strName = "Penny Swanson"txtFirst.Text = strName.Remove(5) Correct Answer Penny
মোঃ আরিফুল ইসলাম
Feb 20, 2025