Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which data type is -7? single float string int

Question

which data type is -7?
single
float
string
int

Explanation:

Brief Explanations

In programming, -7 is an integer. Integers are whole numbers that can be positive, negative, or zero. Single and float are for floating - point numbers (numbers with a decimal part), and string is for text - like data.

Answer:

int