Page 1 of 1

1. Explain the following line of code using your own words: lblVat.Text = cstr ( CDBL (txtPrice.text) * 0.10) 2. Explain

Posted: Fri May 20, 2022 9:50 am
by answerhappygod
1. Explain the following line of code using
your own words:
lblVat.Text = cstr ( CDBL (txtPrice.text) *
0.10)
2. Explain the following line
of code using your own words:
if x mod 2 = 0 then
3. Explain the following line
of code using your own words:
txtName.Height = picBook.Width
4. Explain the following line of code using
your own words:
lstMinutes.Items.Add( "")
5.Explain the following line of
code using your own words:
MessageBox.Show( “This is a programming
course”)