Basic Operations Flashcards

You may prefer our related Brainscape-certified 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly