Data types in qbasic

1 answer

Answer

1135367

2026-05-18 20:56

+ Follow

In QBasic, there are several fundamental data types, including numeric types (such as INTEGER, SINGLE, and DOUBLE) for storing numbers, and STRING for text. The INTEGER type stores whole numbers, while SINGLE and DOUBLE can represent floating-point numbers with varying precision. Additionally, QBasic supports the BOOLEAN type for true/false values. Arrays can also be used to store multiple values of the same data type.

ReportLike(0ShareFavorite

Related Questions

Copyright © 2026 eLLeNow.com All Rights Reserved.