Quote Originally Posted by EmilyM1105 View Post
I know what all the data types are but I wasn't sure which ones are considered the simple data types..
I figured it was boolean, string, integer, and byte??
It depends what is meant by "simple". I would suggest that it is intended to mean fundamental to the language, which means that every one listed on that page is simple. In VB.NET, if you use a type name and it turns blue then it is a data type that is inherently supported by the language.