Question: Which statement is not a valid assignment. dblVar = intvar intVar=dblVar None of the above intVar=Cint(dblVar) intVar= Cint(txtNumber.text) what is the valid way to make
Which statement is not a valid assignment.
| dblVar = intvar |
| intVar=dblVar |
| None of the above |
| intVar=Cint(dblVar) |
| intVar= Cint(txtNumber.text) what is the valid way to make a message box?
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
