Hi everyone. I am going through the book, still in the begining
Few questions on code on page 90 (step 3)
1) Why do we have int inside parenthesis? I tried not to put them and the code didn't work what's the significance?
2) Why do we get the legth of the code? len is just a variable, you could write "c" instead of len and the code would work? textbox1.text I thought stands for the text in the textbox not it's length.












