Monday, 5 October 2015

Data Types

Boolean: a binary variable that can has two possible values, 0 (false) or 1 (true).

Integer: an integer is any positive or negative whole number. "3"

Real: a real is any decimal value. "1.12"

String: stores a string of characters. "fkenfkj"

1 comment: