which data type is -7?\nsingle\nfloat\nstring\nint

which data type is -7?\nsingle\nfloat\nstring\nint

which data type is -7?\nsingle\nfloat\nstring\nint

Answer

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