64.6k views
1 vote
Which of the following is not a data type available in VB.NET?

integer
string
datetime
operator ...?

User Kunalg
by
8.2k points

1 Answer

3 votes
The obvious answer to your question: Which of the following is not a data type available in vb.net is OPERATOR. Integers, strings, and date time are all data types. They are commonly used to store data accordingly to what type they are.
User Landland
by
8.3k points