in visual basic which type of data contains only numeric values
Answers
Answered by
0
Answer:
Integral data types are those that represent only numbers without fractional parts.
Explanation:
The signed integral data types are SByte Data Type (8-bit), Short Data Type (16-bit), Integer Data Type (32-bit), and Long Data Type (64-bit).
Similar questions