Computer Science, asked by kaurmanleen28, 1 month ago

 __________ data type is used to represent decimal numbers.

str

int

float

all of these​

Answers

Answered by Alaska1920
2

Explanation:

non integral data type is used to represent decimal numbers and fraction.

Answered by AITIJHYA07
3

Answer:

float

Explanation:

int is used for whole numbers

str can be used for representing decimals but the system will not recognise it as a number

so float which can be used to represent decimal upto 2 places

Similar questions