Computer Science, asked by malas080506, 7 months ago

Write down the name of two numeric field types​

Answers

Answered by Manogna12
13

Numeric data types are in two categories: exact and approximate. Exact types include integer and decimal data types. Approximate types include floating point data types

Answered by Anonymous
1

heya here are some results related to your question !

1) Numeric data types are in two categories: exact and approximate. Exact types include integer and decimal data types. Approximate types include floating point data types.

2) Data types are divided into two groups:

Primitive data types - includes byte , short , int , long , float , double , boolean and char.

Non-primitive data types - such as String, Arrays and Classes (you will learn more about these in a later chapter)

hope it helps !

Similar questions