1-Explain the following line of code using your own
words:
' txtText.text = ""
2-Explain the following line of code using your own
words:
Dim cur() as String = {“BD”, “Reyal”, “Dollar”,
“Euro”}
3-Explain the following line of code using your own
words:
int (98.5) mod 3 * Math.pow (1,2)
4-Explain the following line of
code using your own words:
MessageBox.Show( “This is a programming
course”)
1-Explain the following line of code using your own words: ' txtText.text = "" 2-Explain the following line of code usin
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am