🎴 Flashcard Mode
VB.NET Data Types and Basics
Card1 / 10
Mastered0
Review0
QuestionClick to flip
Which is not an integer data type?
AnswerClick to flip back
A
Single
💡 Explanation:
Single is a floating-point data type that stores decimal numbers with limited precision. Byte, Short, Integer, and Long are all integer data types that store whole numbers without fractional parts.