Basic Operations Flashcards
1
Q
Variable and What is Datatype and list of datatypes
A
Variables: Variables are containers for storing data values
Data types are used to specify the type of data that variables can hold. A data type specifies the size and type of variable values.
int = Stores whole numbers from
string = Represents a sequence of characters.
float = Stores fractional numbers
bool = Stores true or false values