Computer Science, asked by varun1412, 1 year ago

which data types are used to store numeric values with and without decimal

Answers

Answered by hoxabel
8

Integers are used to store the numeric values without decimal points.

Floats and Doubles are used to store the numeric values with decimal points.

Similar questions