has to write a program in VB using variables but she is confused between integer and string datatype. Help her understand by suggesting the difference between them by giving an example.
Answers
Answered by
1
Explanation:
To do so you would declare a variable with a name of your choice (such as interestRate) and specify the variable as an Integer type (since it will be storing a number). Having declared the variable you can assign a value to it and read that value anywhere in your application co.de
Similar questions